2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 12:37:55 +00:00

minor changes

This commit is contained in:
Razvan Becheriu 2018-02-19 20:50:14 +02:00
parent 7ea59aee10
commit 60b7ca2bd7

View File

@ -616,7 +616,7 @@ public:
time_t cltt = 0;
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
client_id_length_ = 0;
}