INN commit: trunk/nnrpd (post.c)
INN Commit
rra at isc.org
Sun Jan 17 19:46:09 UTC 2010
Date: Sunday, January 17, 2010 @ 11:46:09
Author: iulius
Revision: 8905
Fix indentation.
Modified:
trunk/nnrpd/post.c
--------+
post.c | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
Modified: post.c
===================================================================
--- post.c 2010-01-17 19:45:19 UTC (rev 8904)
+++ post.c 2010-01-17 19:46:09 UTC (rev 8905)
@@ -269,13 +269,12 @@
continue;
if (*q == '\0')
return "Message-ID missing in cancel";
- }
- else if (strcasecmp(ctrl, "checkgroups") == 0
- || strcasecmp(ctrl, "ihave") == 0
- || strcasecmp(ctrl, "sendme") == 0
- || strcasecmp(ctrl, "newgroup") == 0
- || strcasecmp(ctrl, "rmgroup") == 0)
- ;
+ } else if (strcasecmp(ctrl, "checkgroups") == 0
+ || strcasecmp(ctrl, "ihave") == 0
+ || strcasecmp(ctrl, "sendme") == 0
+ || strcasecmp(ctrl, "newgroup") == 0
+ || strcasecmp(ctrl, "rmgroup") == 0)
+ ;
else {
snprintf(Error, sizeof(Error),
"\"%s\" is not a valid control message",
More information about the inn-committers
mailing list