]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-smb-reformat-20090220
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 21 Feb 2009 04:32:45 +0000 (04:32 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 21 Feb 2009 04:32:45 +0000 (04:32 +0000)
LICENSE MIT

make consistent with the head

src/WINNT/afsd/smb.c

index 1053a8fc0fea48ee15bd20cae49dbb1bfb32dbff..aac793a3ea611d3a6031153c7b93528a821717c7 100644 (file)
@@ -7510,7 +7510,7 @@ void smb_CompleteWriteRaw(smb_vc_t *vcp, smb_packet_t *inp, smb_packet_t *outp,
 
     rawBuf = rwcp->buf;
     code = smb_WriteData(fidp, &rwcp->offset, rwcp->count, rawBuf, userp,
-                                                &written);
+                         &written);
 
     if (rwcp->writeMode & 0x1) {       /* synchronous */
         smb_t *op;