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());
|
|