mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
s3-ctdb Fix duplicate function name due to packet -> ctdb_packet rename.
Signed-off-by: Günther Deschner <gd@samba.org>
This commit is contained in:
committed by
Günther Deschner
parent
cd9a7c143c
commit
f08250eb55
@ -336,7 +336,7 @@ static NTSTATUS ctdb_packet_fd_read_sync(struct ctdb_packet_context *ctx)
|
||||
if (timeout == 0) {
|
||||
timeout = -1;
|
||||
}
|
||||
return ctdb_packet_fd_read_sync(ctx, timeout);
|
||||
return ctdb_packet_fd_read_sync_timeout(ctx, timeout);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user