mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 13:07:50 +00:00
minor changes
This commit is contained in:
parent
7ea59aee10
commit
60b7ca2bd7
@ -616,7 +616,7 @@ public:
|
|||||||
time_t cltt = 0;
|
time_t cltt = 0;
|
||||||
MySqlConnection::convertFromDatabaseTime(expire_, valid_lifetime_, cltt);
|
MySqlConnection::convertFromDatabaseTime(expire_, valid_lifetime_, cltt);
|
||||||
|
|
||||||
if (client_id_null_==MLM_TRUE) {
|
if (client_id_null_ == MLM_TRUE) {
|
||||||
// There's no client-id, so we pass client-id_length_ set to 0
|
// There's no client-id, so we pass client-id_length_ set to 0
|
||||||
client_id_length_ = 0;
|
client_id_length_ = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user