mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 05:47:45 +00:00
Tweak omapi_protocol_connect() so that authenticators are sent in the
proper order.
This commit is contained in:
parent
2e3e0f9214
commit
366556efc7
@ -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…
x
Reference in New Issue
Block a user