Check-in Number:
|
1826 | |
Date: |
2002-Feb-07 14:36:16 (local)
2002-Feb-07 13:36:16 (UTC) |
User: | thl |
Branch: | |
Comment: |
keep the colon |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/lmtp2nntp_config.c 1.46 -> 1.47
--- lmtp2nntp_config.c 2002/02/07 12:53:45 1.46
+++ lmtp2nntp_config.c 2002/02/07 13:36:16 1.47
@@ -550,6 +550,7 @@
log1(ctx, ERROR, "option --headervalue, header (%s) terminating colon missing", (ov->data.m)[i]);
throw(0,0,0);
}
+ cp++;
*cp = NUL;
log2(ctx, DEBUG, "header[%d] = \"%s\"", i, cpHeader);
cp++;
|
|