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

Oops.   Try this patch (on top of the other).

                               _MelloN_

Index: options.c
===================================================================
RCS file: /proj/src/isc/cvs-1/DHCP/common/options.c,v
retrieving revision 1.26.2.8
diff -c -r1.26.2.8 options.c
*** options.c   1999/04/28 13:27:32     1.26.2.8
--- options.c   1999/04/28 13:30:06
***************
*** 477,490 ****
                                    !isprint (data [k]))
                                        break;
                        }
!                       if (k == len)
                                fmtbuf [i] = 't';
!                       else
                                fmtbuf [i] = 'x';
                        fmtbuf [i + 1] = 0;
-                       hunksize++;
                        numhunk = 0;
-                       comma = ':';
                        break;
                      case 't':
                        fmtbuf [i] = 't';
--- 477,492 ----
                                    !isprint (data [k]))
                                        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';


------------------------------------------------------------------------------
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