*** From dhcp-server -- To unsubscribe, see the end of this message. ***

Argh.   Okay, third time's the charm, maybe?   :')   I'm sorry to be
making you test these changes, but I don't have a way to test them
myself right at the moment.

                               _MelloN_

Index: options.c
===================================================================
RCS file: /proj/src/isc/cvs-1/DHCP/common/options.c,v
retrieving revision 1.26.2.9
diff -c -r1.26.2.9 options.c
*** options.c   1999/04/28 14:58:54     1.26.2.9
--- options.c   1999/04/28 15:00:14
***************
*** 478,492 ****
                                        break;
                        }
                        if (k == len) {
-                               --numelem;
                                fmtbuf [i] = 't';
                        } else {
                                fmtbuf [i] = 'x';
                                hunksize++;
                                comma = ':';
                        }
                        fmtbuf [i + 1] = 0;
-                       numhunk = 0;
                        break;
                      case 't':
                        fmtbuf [i] = 't';
--- 478,492 ----
                                        break;
                        }
                        if (k == len) {
                                fmtbuf [i] = 't';
+                               numhunk = -2;
                        } else {
                                fmtbuf [i] = 'x';
                                hunksize++;
                                comma = ':';
+                               numhunk = 0;
                        }
                        fmtbuf [i + 1] = 0;
                        break;
                      case 't':
                        fmtbuf [i] = 't';


------------------------------------------------------------------------------
To unsubscribe from this list, please visit http://www.fugue.com/dhcp/lists
If you are without web access, or if you are having trouble with the web page,
please send mail to [EMAIL PROTECTED]   Please try to use the web
page first - it will take a long time for your request to be processed by hand.

Archives for this mailing list are available at 
http://www.webnology.com/list-archives/dhcp/dhcp-server

------------------------------------------------------------------------------

Reply via email to