From: Volker Lendecke Date: Wed, 21 Mar 2007 14:13:42 +0000 (+0000) Subject: r21904: Fix HP build -- thanks, Don X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~893 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57efba97b634728ae75901cb76b904a5d82986a4;p=thirdparty%2Fsamba.git r21904: Fix HP build -- thanks, Don --- diff --git a/source/smbd/seal.c b/source/smbd/seal.c index fa47786d519..64965d42721 100644 --- a/source/smbd/seal.c +++ b/source/smbd/seal.c @@ -145,7 +145,7 @@ static struct smb_srv_trans_enc_ctx *make_srv_encryption_context(enum smb_trans_ 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); } }