mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ira Cooper <ira@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Fri Jun 19 01:05:17 CEST 2015 on sn-devel-104
This commit is contained in:
parent
5a82cc2137
commit
052b9a53b7
@ -855,7 +855,7 @@ static struct tevent_req *tdgram_bsd_recvfrom_send(TALLOC_CTX *mem_ctx,
|
||||
* recvfrom if the caller asked for it.
|
||||
*
|
||||
* This is needed because in most cases
|
||||
* we preferr to flush send buffers before
|
||||
* we prefer to flush send buffers before
|
||||
* receiving incoming requests.
|
||||
*/
|
||||
tdgram_bsd_recvfrom_handler(req);
|
||||
@ -1746,7 +1746,7 @@ static struct tevent_req *tstream_bsd_readv_send(TALLOC_CTX *mem_ctx,
|
||||
* readv if the caller asked for it.
|
||||
*
|
||||
* This is needed because in most cases
|
||||
* we preferr to flush send buffers before
|
||||
* we prefer to flush send buffers before
|
||||
* receiving incoming requests.
|
||||
*/
|
||||
tstream_bsd_readv_handler(req);
|
||||
|
@ -679,7 +679,7 @@ static void nbtd_wins_randomize1Clist(struct loadparm_context *lp_ctx,
|
||||
|
||||
/*
|
||||
* choose a random address to be the first in the response to the client,
|
||||
* preferr the addresses inside the nbtd:wins_randomize1Clist_mask netmask
|
||||
* prefer the addresses inside the nbtd:wins_randomize1Clist_mask netmask
|
||||
*/
|
||||
r = random();
|
||||
idx = sidx = r % num_addrs;
|
||||
|
Loading…
Reference in New Issue
Block a user