ossp-pkg/lmtp2nntp/lmtp2nntp_option.c 1.22 -> 1.23
--- lmtp2nntp_option.c 2003/01/30 19:42:13 1.22
+++ lmtp2nntp_option.c 2003/01/30 19:45:20 1.23
@@ -135,7 +135,7 @@
optionval_t *oc;
} v;
ex_t ex;
-
+
v.oc = NULL;
try {
if (o == NULL || longname == NULL)
@@ -221,7 +221,7 @@
o->last = v.oc;
}
else {
- o->last->next = v.oc;
+ o->last->next = v.oc;
o->last = v.oc;
}
}
|
|