svn commit: samba r23203 - in branches/SAMBA_3_0_26/source/smbd: .

jerry at samba.org jerry at samba.org
Tue May 29 14:48:37 GMT 2007


Author: jerry
Date: 2007-05-29 14:48:37 +0000 (Tue, 29 May 2007)
New Revision: 23203

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

Log:
sync a few comments from SAMBA_3_0
Modified:
   branches/SAMBA_3_0_26/source/smbd/nttrans.c


Changeset:
Modified: branches/SAMBA_3_0_26/source/smbd/nttrans.c
===================================================================
--- branches/SAMBA_3_0_26/source/smbd/nttrans.c	2007-05-29 14:44:18 UTC (rev 23202)
+++ branches/SAMBA_3_0_26/source/smbd/nttrans.c	2007-05-29 14:48:37 UTC (rev 23203)
@@ -353,7 +353,7 @@
 		return(ERROR_DOS(ERRSRV,ERRnofids));
 	}
 
-	/* Add pipe to db */
+	/* TODO: Add pipe to db */
 	
 	if ( !store_pipe_opendb( p ) ) {
 		DEBUG(3,("nt_open_pipe: failed to store %s pipe open.\n", fname));
@@ -2284,7 +2284,7 @@
 		unsigned char objid[16];
 
 		/* This should return the object-id on this file.
- 		 * I think I'll make this be the inode+dev. JRA.
+		 * I think I'll make this be the inode+dev. JRA.
 		 */
 
 		DEBUG(10,("FSCTL_CREATE_OR_GET_OBJECT_ID: called on FID[0x%04X]\n",fidnum));
@@ -2293,7 +2293,7 @@
 		pdata = nttrans_realloc(ppdata, data_count);
 		if (pdata == NULL) {
 			return ERROR_NT(NT_STATUS_NO_MEMORY);
-		}		
+		}
 		push_file_id_16(pdata, &fsp->file_id);
 		memcpy(pdata+16,create_volume_objectid(conn,objid),16);
 		push_file_id_16(pdata+32, &fsp->file_id);



More information about the samba-cvs mailing list