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

metze at samba.org metze at samba.org
Fri Oct 14 12:51:53 GMT 2005


Author: metze
Date: 2005-10-14 12:51:51 +0000 (Fri, 14 Oct 2005)
New Revision: 11030

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

Log:
 r10338 at SERNOX:  metze | 2005-09-20 09:20:49 +0200
 fix uninitialized variable
 
 metze

Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/nbt_server/wins/winsserver.c


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: svk:merge
   - 0c0555d6-39d7-0310-84fc-f1cc0bd64818:/branches/tmp/samba4-winsrepl:10325
3a72dc49-98ff-0310-ab52-9b7ed7945d91:/local/samba4:9495
a953eb74-4aff-0310-a63c-855d20285ebb:/local/samba4:11632
d349723c-e9fc-0310-b8a8-fdedf1c27407:/local/SAMBA_4_0:5616
d349723c-e9fc-0310-b8a8-fdedf1c27407:/local/samba-SAMBA_4_0:5609
   + 0c0555d6-39d7-0310-84fc-f1cc0bd64818:/branches/tmp/samba4-winsrepl:10338
3a72dc49-98ff-0310-ab52-9b7ed7945d91:/local/samba4:9495
a953eb74-4aff-0310-a63c-855d20285ebb:/local/samba4:11632
d349723c-e9fc-0310-b8a8-fdedf1c27407:/local/SAMBA_4_0:5616
d349723c-e9fc-0310-b8a8-fdedf1c27407:/local/samba-SAMBA_4_0:5609

Modified: branches/SAMBA_4_0/source/nbt_server/wins/winsserver.c
===================================================================
--- branches/SAMBA_4_0/source/nbt_server/wins/winsserver.c	2005-10-14 12:51:36 UTC (rev 11029)
+++ branches/SAMBA_4_0/source/nbt_server/wins/winsserver.c	2005-10-14 12:51:51 UTC (rev 11030)
@@ -55,6 +55,7 @@
 	rec.name          = name;
 	rec.nb_flags      = nb_flags;
 	rec.state         = WINS_REC_ACTIVE;
+	rec.wins_owner    = WINSDB_OWNER_LOCAL;
 	rec.expire_time   = time(NULL) + ttl;
 	rec.registered_by = src->addr;
 	rec.addresses     = winsdb_addr_list_make(packet);



More information about the samba-cvs mailing list