svn commit: samba r25396 - in branches: SAMBA_3_2/source/lib SAMBA_3_2_0/source/lib

gd at samba.org gd at samba.org
Fri Sep 28 01:02:13 GMT 2007


Author: gd
Date: 2007-09-28 01:02:11 +0000 (Fri, 28 Sep 2007)
New Revision: 25396

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

Log:
Very obvious fix from Martin Zielinski.

Guenther

Modified:
   branches/SAMBA_3_2/source/lib/util.c
   branches/SAMBA_3_2_0/source/lib/util.c


Changeset:
Modified: branches/SAMBA_3_2/source/lib/util.c
===================================================================
--- branches/SAMBA_3_2/source/lib/util.c	2007-09-27 23:44:38 UTC (rev 25395)
+++ branches/SAMBA_3_2/source/lib/util.c	2007-09-28 01:02:11 UTC (rev 25396)
@@ -1277,6 +1277,7 @@
 	if (p) {
 		p++;
 		fstrcpy(my_domname, p);
+		return True;
 	}
 
 	return False;

Modified: branches/SAMBA_3_2_0/source/lib/util.c
===================================================================
--- branches/SAMBA_3_2_0/source/lib/util.c	2007-09-27 23:44:38 UTC (rev 25395)
+++ branches/SAMBA_3_2_0/source/lib/util.c	2007-09-28 01:02:11 UTC (rev 25396)
@@ -1256,6 +1256,7 @@
 	if (p) {
 		p++;
 		fstrcpy(my_domname, p);
+		return True;
 	}
 
 	return False;



More information about the samba-cvs mailing list