nmh-workers
[Top] [All Lists]

[Nmh-workers] Specify port for inc.

2013-04-07 22:34:01

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;
 

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>