INN commit: trunk/nnrpd (nnrpd.c)
INN Commit
Russ_Allbery at isc.org
Mon May 18 17:27:49 UTC 2009
Date: Monday, May 18, 2009 @ 10:27:48
Author: iulius
Revision: 8477
Better sentence to log. Thanks, D. Stussy.
Modified:
trunk/nnrpd/nnrpd.c
---------+
nnrpd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: nnrpd.c
===================================================================
--- nnrpd.c 2009-05-18 03:59:10 UTC (rev 8476)
+++ nnrpd.c 2009-05-18 17:27:48 UTC (rev 8477)
@@ -917,7 +917,7 @@
case '4': /* Bind to a certain IPv4 address. */
case 'b':
if (ListenAddr != NULL)
- die("-b and -4 may not both be given");
+ die("-b and -4 are the same and both may not be given");
ListenAddr = xstrdup(optarg);
break;
case '6': /* Bind to a certain IPv6 address. */
More information about the inn-committers
mailing list