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:
parent
16ce1f0bab
commit
e3e05b89d4
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue