svn commit: samba r5097 - in trunk/source/smbd: .

vlendec at samba.org vlendec at samba.org
Sat Jan 29 09:39:24 GMT 2005


Author: vlendec
Date: 2005-01-29 09:39:24 +0000 (Sat, 29 Jan 2005)
New Revision: 5097

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

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


Changeset:
Modified: trunk/source/smbd/dir.c
===================================================================
--- trunk/source/smbd/dir.c	2005-01-29 09:38:15 UTC (rev 5096)
+++ trunk/source/smbd/dir.c	2005-01-29 09:39:24 UTC (rev 5097)
@@ -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