svn commit: samba r25397 - in branches/SAMBA_3_0_MAINT/source/lib: .

jra at samba.org jra at samba.org
Fri Sep 28 01:07:09 GMT 2007


Author: jra
Date: 2007-09-28 01:07:07 +0000 (Fri, 28 Sep 2007)
New Revision: 25397

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

Log:
Merge Very obvious fix from Martin Zielinski.
Jeremy.

Modified:
   branches/SAMBA_3_0_MAINT/source/lib/util.c


Changeset:
Modified: branches/SAMBA_3_0_MAINT/source/lib/util.c
===================================================================
--- branches/SAMBA_3_0_MAINT/source/lib/util.c	2007-09-28 01:02:11 UTC (rev 25396)
+++ branches/SAMBA_3_0_MAINT/source/lib/util.c	2007-09-28 01:07:07 UTC (rev 25397)
@@ -1237,6 +1237,7 @@
 	if (p) {
 		p++;
 		fstrcpy(my_domname, p);
+		return True;
 	}
 
 	return False;



More information about the samba-cvs mailing list