r22349: Fix missing ) in #else path.
authorJeremy Allison <jra@samba.org>
Wed, 18 Apr 2007 22:34:23 +0000 (22:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:28 +0000 (12:19 -0500)
Jeremy.
(This used to be commit 0f5680adcfb4f1636ba5a5c3ba9684f9fde8476a)

source3/libsmb/clifsinfo.c

index 9d8b08b373faa68d10984da686a1f53ffd060274..4924bfdba09c55f886e9362b4bd4cf137ffc83d2 100644 (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