diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-10-07 07:19:26 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2015-10-07 07:19:26 +0000 |
commit | b43a2bc820a4034bb5ce76207d6b0f7476cbb868 (patch) | |
tree | 7cd340795fdbd0ae6040d0a040532aa2aa1194bf /security/cyrus-sasl2 | |
parent | 253a393152137ccc02a254f6c20a47e3ca577a56 (diff) |
Notes
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/files/patch-plugins_gssapi.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/cyrus-sasl2/files/patch-plugins_gssapi.c b/security/cyrus-sasl2/files/patch-plugins_gssapi.c new file mode 100644 index 000000000000..62998ce8d985 --- /dev/null +++ b/security/cyrus-sasl2/files/patch-plugins_gssapi.c @@ -0,0 +1,13 @@ +--- plugins/gssapi.c.orig ++++ plugins/gssapi.c +@@ -1490,8 +1490,10 @@ + *clientout = NULL; + *clientoutlen = 0; + ++#if 0 + params->utils->log(NULL, SASL_LOG_DEBUG, + "GSSAPI client step %d", text->state); ++#endif + + switch (text->state) { + |