ossp-pkg/lmtp2nntp/lmtp2nntp_config.c 1.34 -> 1.35
--- lmtp2nntp_config.c 2002/01/31 15:53:43 1.34
+++ lmtp2nntp_config.c 2002/01/31 15:54:53 1.35
@@ -765,7 +765,7 @@
}
}
else {
- if ((sPasswd = getpwnam(optarg)) == NULL) {
+ if ((sPasswd = getpwnam(ov->data.s)) == NULL) {
log1(ctx, ERROR, "option --user, name (%s) not found", ov->data.s);
throw(0,0,0);
}
|
|