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,
|
||||
sockport => 5683, %% FIXME:
|
||||
clientid => EndpointName,
|
||||
username => null,
|
||||
password => null,
|
||||
username => undefined,
|
||||
password => undefined,
|
||||
peercert => nossl,
|
||||
is_bridge => false,
|
||||
is_superuser => false,
|
||||
|
|
Loading…
Reference in New Issue