summaryrefslogtreecommitdiff
path: root/source3/smbd/seal.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/seal.c')
-rw-r--r--source3/smbd/seal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/seal.c b/source3/smbd/seal.c
index 8440e5d227..fa25cadf60 100644
--- a/source3/smbd/seal.c
+++ b/source3/smbd/seal.c
@@ -46,7 +46,7 @@ struct smb_srv_trans_enc_ctx {
Return global enc context - this must change if we ever do multiple contexts.
******************************************************************************/
-uint16_t srv_enc_ctx(void)
+static uint16_t srv_enc_ctx(void)
{
return srv_trans_enc_ctx->es->enc_ctx_num;
}