mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
tsocket: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
a610336886
commit
0a20ffb17d
@ -1117,7 +1117,7 @@ static void tdgram_bsd_sendto_handler(void *private_data)
|
||||
sizeof(bufsize));
|
||||
if (ret == 0) {
|
||||
/*
|
||||
* We do the rety here, rather then via the
|
||||
* We do the retry here, rather then via the
|
||||
* handler, as we only want to retry once for
|
||||
* this condition, so if there is a mismatch
|
||||
* between what setsockopt() accepts and what can
|
||||
|
Loading…
Reference in New Issue
Block a user