nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-workers] Specify port for inc.


From: mkb
Subject: [Nmh-workers] Specify port for inc.
Date: Sun, 07 Apr 2013 07:13:16 +0000

The -port argument to inc coredumps. Here is a patch. As far as I
can tell, that argument is undocumented as well.

- Martin

diff -aur a/uip/inc.c b/uip/inc.c
--- a/uip/inc.c Mon Jun 11 04:06:19 2012
+++ b/uip/inc.c Sun Apr  7 07:02:30 2013
@@ -338,7 +338,7 @@
                continue;
 
            case PORTSW:
-               if (!(host = *argp++) || *port == '-')
+               if (!(port = *argp++) || *port == '-')
                    adios (NULL, "missing argument to %s", argp[-2]);
                continue;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]