1
0
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:
Andrew Bartlett
2011-05-03 19:11:38 +10:00
committed by Günther Deschner
parent cd9a7c143c
commit f08250eb55
3 changed files with 3 additions and 3 deletions

View File

@ -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);
}
/*