svn commit: samba r3654 - in branches/SAMBA_4_0/source/libcli/raw: .

abartlet at samba.org abartlet at samba.org
Wed Nov 10 10:56:43 GMT 2004


Author: abartlet
Date: 2004-11-10 10:56:43 +0000 (Wed, 10 Nov 2004)
New Revision: 3654

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

Log:
Add static and fix indentation.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/libcli/raw/rawreadwrite.c
   branches/SAMBA_4_0/source/libcli/raw/rawrequest.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/raw/rawreadwrite.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/raw/rawreadwrite.c	2004-11-10 10:46:55 UTC (rev 3653)
+++ branches/SAMBA_4_0/source/libcli/raw/rawreadwrite.c	2004-11-10 10:56:43 UTC (rev 3654)
@@ -256,7 +256,7 @@
 	}
 
 	if (!smbcli_request_send(req)) {
-smbcli_request_destroy(req);
+		smbcli_request_destroy(req);
 		return NULL;
 	}
 

Modified: branches/SAMBA_4_0/source/libcli/raw/rawrequest.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/raw/rawrequest.c	2004-11-10 10:46:55 UTC (rev 3653)
+++ branches/SAMBA_4_0/source/libcli/raw/rawrequest.c	2004-11-10 10:56:43 UTC (rev 3654)
@@ -225,7 +225,7 @@
   To cope with this req->out.ptr is supplied. This will be updated to
   point at the same offset into the packet as before this call
 */
-void smbcli_req_grow_data(struct smbcli_request *req, uint_t new_size)
+static void smbcli_req_grow_data(struct smbcli_request *req, uint_t new_size)
 {
 	int delta;
 



More information about the samba-cvs mailing list