Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.sbin/dhcp/omapip Pullup 1.2 [taca]:



details:   https://anonhg.NetBSD.org/src/rev/ad7d4cbb9daa
branches:  netbsd-1-5
changeset: 490104:ad7d4cbb9daa
user:      tv <tv%NetBSD.org@localhost>
date:      Fri Nov 03 01:19:52 2000 +0000

description:
Pullup 1.2 [taca]:
Patch from the ISC DHCP CVS repository:

: Tweak omapi_protocol_connect() so that authenticators are sent in the
: proper order.

diffstat:

 usr.sbin/dhcp/omapip/protocol.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 898c827e6af4 -r ad7d4cbb9daa usr.sbin/dhcp/omapip/protocol.c
--- a/usr.sbin/dhcp/omapip/protocol.c   Fri Nov 03 01:18:55 2000 +0000
+++ b/usr.sbin/dhcp/omapip/protocol.c   Fri Nov 03 01:19:52 2000 +0000
@@ -102,12 +102,14 @@
                }
 
                obj -> insecure = 0;
+               status = ISC_R_INCOMPLETE;
        } else {
                obj -> insecure = 1;
+               status = ISC_R_SUCCESS;
        }
 
        omapi_protocol_dereference (&obj, MDL);
-       return ISC_R_SUCCESS;
+       return status;
 }
 
 /* Send the protocol introduction message. */



Home | Main Index | Thread Index | Old Index