mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
libcli: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
64b9f520d2
commit
f77c3a65db
@ -494,7 +494,7 @@ static void pipe_handler(struct tevent_context *ev, struct tevent_fd *fde,
|
||||
return;
|
||||
}
|
||||
|
||||
/* enusre the address looks good */
|
||||
/* ensure the address looks good */
|
||||
address[ret] = 0;
|
||||
|
||||
addrs = str_list_make(state, address, ",");
|
||||
|
Loading…
Reference in New Issue
Block a user