diff options
Diffstat (limited to 'source3/lib/util_sock.c')
-rw-r--r-- | source3/lib/util_sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util_sock.c b/source3/lib/util_sock.c index 2bed9a9063..d93e22d702 100644 --- a/source3/lib/util_sock.c +++ b/source3/lib/util_sock.c @@ -197,7 +197,7 @@ NTSTATUS read_fd_with_timeout(int fd, char *buf, on socket calls. ****************************************************************************/ -NTSTATUS read_data(int fd, char *buffer, size_t N) +NTSTATUS read_data_ntstatus(int fd, char *buffer, size_t N) { return read_fd_with_timeout(fd, buffer, N, N, 0, NULL); } |