1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

r21904: Fix HP build -- thanks, Don

(This used to be commit 57efba97b634728ae75901cb76b904a5d82986a4)
This commit is contained in:
Volker Lendecke 2007-03-21 14:13:42 +00:00 committed by Gerald (Jerry) Carter
parent 6aff12a9f6
commit 4a965110e5

View File

@ -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);
}
}