svn commit: samba r11343 - in branches/SAMBA_4_0/source/lib/replace: .

jelmer at samba.org jelmer at samba.org
Thu Oct 27 23:02:47 GMT 2005


Author: jelmer
Date: 2005-10-27 23:02:47 +0000 (Thu, 27 Oct 2005)
New Revision: 11343

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

Log:
Remove dependency on DEBUG()

Modified:
   branches/SAMBA_4_0/source/lib/replace/replace.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/replace.c
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/replace.c	2005-10-27 22:37:48 UTC (rev 11342)
+++ branches/SAMBA_4_0/source/lib/replace/replace.c	2005-10-27 23:02:47 UTC (rev 11343)
@@ -489,11 +489,6 @@
 #ifndef HAVE_CHROOT
 int chroot(const char *dname)
 {
-	static int done;
-	if (!done) {
-		DEBUG(1,("WARNING: no chroot!\n"));
-		done=1;
-	}
 	errno = ENOSYS;
 	return -1;
 }



More information about the samba-cvs mailing list