Patch from the ISC DHCP CVS repository:

: Tweak omapi_protocol_connect() so that authenticators are sent in the
: proper order.
This commit is contained in:
taca 2000-11-02 03:14:02 +00:00
parent 16ce1f0bab
commit e3e05b89d4
1 changed files with 3 additions and 1 deletions

View File

@ -102,12 +102,14 @@ isc_result_t omapi_protocol_connect (omapi_object_t *h,
}
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. */