ossp-pkg/lmtp2nntp/lmtp2nntp_main.c 1.3 -> 1.4
--- lmtp2nntp_main.c 2002/01/07 13:15:59 1.3
+++ lmtp2nntp_main.c 2002/01/09 13:54:25 1.4
@@ -43,6 +43,7 @@
#include "lmtp2nntp_shpat.h"
#include "lmtp2nntp_daemon.h"
#include "lmtp2nntp_popt.h"
+#include "lmtp2nntp_config.h"
/* third party (linked in) */
#include "str.h"
@@ -293,6 +294,7 @@
"[-b addr[:port]|-|path[:perms]] "
"[-c addr[:port]] "
"[-d addr[:port][,addr[:port], ...]] "
+ "[-f configfile] "
"[-g groupmode] "
"[-h header:value] "
"[-l level[:logfile]] "
@@ -482,6 +484,8 @@
char *cpHeadername;
char *cpHeadervalue;
+dotconftest(); return 0; /*FIXME*/
+
/* drop effective uid/gid priviledges */
seteuid(getuid());
setegid(getgid());
|
|