1
0
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:
Volker Lendecke 2014-07-29 10:05:42 +00:00 committed by Michael Adam
parent 64b9f520d2
commit f77c3a65db

View File

@ -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, ",");