svn commit: samba r21904 - in branches/SAMBA_3_0/source/smbd: .

vlendec at samba.org vlendec at samba.org
Wed Mar 21 14:13:42 GMT 2007


Author: vlendec
Date: 2007-03-21 14:13:42 +0000 (Wed, 21 Mar 2007)
New Revision: 21904

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

Log:
Fix HP build -- thanks, Don
Modified:
   branches/SAMBA_3_0/source/smbd/seal.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/seal.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/seal.c	2007-03-21 02:02:09 UTC (rev 21903)
+++ branches/SAMBA_3_0/source/smbd/seal.c	2007-03-21 14:13:42 UTC (rev 21904)
@@ -145,7 +145,7 @@
 void srv_free_enc_buffer(char *buf)
 {
 	if (srv_trans_enc_ctx) {
-		return common_free_enc_buffer(srv_trans_enc_ctx->es, buf);
+		common_free_enc_buffer(srv_trans_enc_ctx->es, buf);
 	}
 }
 



More information about the samba-cvs mailing list