svn commit: samba r13913 - in trunk/source/modules: .

jra at samba.org jra at samba.org
Tue Mar 7 05:28:33 GMT 2006


Author: jra
Date: 2006-03-07 05:28:32 +0000 (Tue, 07 Mar 2006)
New Revision: 13913

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

Log:
Variable not used after realloc change.
Jeremy.

Modified:
   trunk/source/modules/vfs_shadow_copy.c


Changeset:
Modified: trunk/source/modules/vfs_shadow_copy.c
===================================================================
--- trunk/source/modules/vfs_shadow_copy.c	2006-03-07 05:20:36 UTC (rev 13912)
+++ trunk/source/modules/vfs_shadow_copy.c	2006-03-07 05:28:32 UTC (rev 13913)
@@ -93,9 +93,7 @@
 
 	while (True) {
 		SMB_STRUCT_DIRENT *d;
-		SMB_STRUCT_DIRENT *r;
 
-
 		d = SMB_VFS_NEXT_READDIR(handle, conn, p);
 		if (d == NULL) {
 			break;



More information about the samba-cvs mailing list