1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r22349: Fix missing ) in #else path.

Jeremy.
(This used to be commit 0f5680adcf)
This commit is contained in:
Jeremy Allison 2007-04-18 22:34:23 +00:00 committed by Gerald (Jerry) Carter
parent d7c8710a1d
commit c5fb215efb

View File

@ -378,7 +378,7 @@ static struct smb_trans_enc_state *make_cli_enc_state(enum smb_trans_enc_type sm
}
ZERO_STRUCTP(es->s.gss_state);
#else
DEBUG(0,("make_cli_enc_state: no krb5 compiled.\n");
DEBUG(0,("make_cli_enc_state: no krb5 compiled.\n"));
SAFE_FREE(es);
return NULL;
#endif