mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 22:35:25 +00:00
Tweak omapi_protocol_connect() so that authenticators are sent in the
proper order.
This commit is contained in:
@@ -102,12 +102,14 @@ isc_result_t omapi_protocol_connect (omapi_object_t *h,
|
|||||||
}
|
}
|
||||||
|
|
||||||
obj -> insecure = 0;
|
obj -> insecure = 0;
|
||||||
|
status = ISC_R_INCOMPLETE;
|
||||||
} else {
|
} else {
|
||||||
obj -> insecure = 1;
|
obj -> insecure = 1;
|
||||||
|
status = ISC_R_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
omapi_protocol_dereference (&obj, MDL);
|
omapi_protocol_dereference (&obj, MDL);
|
||||||
return ISC_R_SUCCESS;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Send the protocol introduction message. */
|
/* Send the protocol introduction message. */
|
||||||
|
Reference in New Issue
Block a user