svn commit: samba r5196 - in branches/SAMBA_4_0/source/nbt_server: .

tridge at samba.org tridge at samba.org
Thu Feb 3 11:30:36 GMT 2005


Author: tridge
Date: 2005-02-03 11:30:36 +0000 (Thu, 03 Feb 2005)
New Revision: 5196

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5196

Log:
fixed sily bug (that metze found)


Modified:
   branches/SAMBA_4_0/source/nbt_server/interfaces.c


Changeset:
Modified: branches/SAMBA_4_0/source/nbt_server/interfaces.c
===================================================================
--- branches/SAMBA_4_0/source/nbt_server/interfaces.c	2005-02-03 11:25:52 UTC (rev 5195)
+++ branches/SAMBA_4_0/source/nbt_server/interfaces.c	2005-02-03 11:30:36 UTC (rev 5196)
@@ -91,7 +91,7 @@
 
 	if (strcmp(netmask, "0.0.0.0") != 0) {
 		bcast_nbtsock = nbt_name_socket_init(iface, nbtsrv->task->event_ctx);
-		NT_STATUS_HAVE_NO_MEMORY(iface->ip_address);
+		NT_STATUS_HAVE_NO_MEMORY(bcast_nbtsock);
 
 		status = socket_listen(bcast_nbtsock->sock, bcast, lp_nbt_port(), 0, 0);
 		if (!NT_STATUS_IS_OK(status)) {



More information about the samba-cvs mailing list