|
Check-in Number:
|
3148 | |
| Date: |
2003-Feb-06 11:20:03 (local)
2003-Feb-06 10:20:03 (UTC) |
| User: | thl |
| Branch: | |
| Comment: |
typo |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/lmtp2nntp/lmtp2nntp_main.c 1.63 -> 1.64
--- lmtp2nntp_main.c 2003/02/03 15:26:03 1.63
+++ lmtp2nntp_main.c 2003/02/06 10:20:03 1.64
@@ -352,7 +352,7 @@
FILE *fd;
lmtp2nntp_option_t *o;
- /* drop effective uid/gid priviledges */
+ /* drop effective uid/gid privileges */
seteuid(getuid());
setegid(getgid());
|
|