summaryrefslogtreecommitdiff
path: root/source3/libsmb/clidgram.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/libsmb/clidgram.c')
-rw-r--r--source3/libsmb/clidgram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clidgram.c b/source3/libsmb/clidgram.c
index 1ac2439b08..fc1453dce1 100644
--- a/source3/libsmb/clidgram.c
+++ b/source3/libsmb/clidgram.c
@@ -145,7 +145,7 @@ int cli_get_backup_list(const char *myname, const char *send_to_name)
struct in_addr sendto_ip, my_ip;
int dgram_sock;
struct sockaddr_in sock_out;
- int name_size;
+ socklen_t name_size;
if (!resolve_name(send_to_name, &sendto_ip, 0x1d)) {