svn commit: samba r5096 - in branches/SAMBA_3_0/source/smbd: .

vlendec at samba.org vlendec at samba.org
Sat Jan 29 09:38:15 GMT 2005


Author: vlendec
Date: 2005-01-29 09:38:15 +0000 (Sat, 29 Jan 2005)
New Revision: 5096

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

Log:
Attempt to fix the build
Modified:
   branches/SAMBA_3_0/source/smbd/dir.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/dir.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/dir.c	2005-01-29 05:05:17 UTC (rev 5095)
+++ branches/SAMBA_3_0/source/smbd/dir.c	2005-01-29 09:38:15 UTC (rev 5096)
@@ -957,8 +957,8 @@
 
 			if (dirp->hide_unreadable || dirp->hide_unwriteable || dirp->hide_special) {
 				SMB_STRUCT_STAT st;
+				char *entry = NULL;
 				ZERO_STRUCT(st);
-				char *entry = NULL;
 
 				if (asprintf(&entry, "%s/%s/%s", conn->origpath, dirp->dir_path, n) == -1) {
 					return NULL;



More information about the samba-cvs mailing list