Baudrate option parsing fixed.
authorshort <>
Wed, 8 Sep 1999 19:06:01 +0000 (19:06 +0000)
committershort <>
Wed, 8 Sep 1999 19:06:01 +0000 (19:06 +0000)
mdsms.c

diff --git a/mdsms.c b/mdsms.c
index 1243586..69cc8c3 100644 (file)
--- a/mdsms.c
+++ b/mdsms.c
@@ -295,7 +295,7 @@ int i;
 
        seq++;
        optarg=NULL; optind=0; /* FIXME: Possible portability problem. */
-       while ((optc=getopt_long(argp,args,"c:d:L:l:s:m:r:t:T:fvhV",longopts,NULL))!=EOF) switch (optc) {
+       while ((optc=getopt_long(argp,args,"c:d:L:b:l:s:m:r:t:T:fvhV",longopts,NULL))!=EOF) switch (optc) {
                case 'c':
                        if (cfgstacki>=NELEM(cfgstack)) {
                                error("Looping (%d) during attempt to read config file \"%s\", break-out",NELEM(cfgstack),from);