summaryrefslogtreecommitdiffstats
path: root/source/libsmb
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-04-13 19:12:06 +0000
committerJeremy Allison <jra@samba.org>2001-04-13 19:12:06 +0000
commitfc76681812b1469208ad6c8847afdfc68bc6db49 (patch)
tree016255c268fa14d259facf86e8b4c9ec357d0006 /source/libsmb
parent4f06373bc450b27692619ae877d29767ad160297 (diff)
downloadsamba-fc76681812b1469208ad6c8847afdfc68bc6db49.tar.gz
samba-fc76681812b1469208ad6c8847afdfc68bc6db49.tar.xz
samba-fc76681812b1469208ad6c8847afdfc68bc6db49.zip
Merge of Andrew's changes in 2.2.
Jeremy.
Diffstat (limited to 'source/libsmb')
-rw-r--r--source/libsmb/nmblib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libsmb/nmblib.c b/source/libsmb/nmblib.c
index 22ff09faa31..0a6bbe87e23 100644
--- a/source/libsmb/nmblib.c
+++ b/source/libsmb/nmblib.c
@@ -749,7 +749,7 @@ struct packet_struct *read_packet(int fd,enum packet_type packet_type)
******************************************************************/
static BOOL send_udp(int fd,char *buf,int len,struct in_addr ip,int port)
{
- BOOL ret;
+ BOOL ret = False;
int i;
struct sockaddr_in sock_out;