chore(emqx_lwm2m_protocol): default username, password is null -> undefined
This commit is contained in:
parent
e1b915b91c
commit
43fc842057
|
@ -407,8 +407,8 @@ clientinfo(#lwm2m_state{peername = {PeerHost, _},
|
||||||
peerhost => PeerHost,
|
peerhost => PeerHost,
|
||||||
sockport => 5683, %% FIXME:
|
sockport => 5683, %% FIXME:
|
||||||
clientid => EndpointName,
|
clientid => EndpointName,
|
||||||
username => null,
|
username => undefined,
|
||||||
password => null,
|
password => undefined,
|
||||||
peercert => nossl,
|
peercert => nossl,
|
||||||
is_bridge => false,
|
is_bridge => false,
|
||||||
is_superuser => false,
|
is_superuser => false,
|
||||||
|
|
Loading…
Reference in New Issue