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 | devel/catch - fix DISTVERSION (diff) | |
r398691 placed the patch in the wrong directory, where it had no effect.
Move it to the master port and bump the subport again.
Reviewed by: ume@
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) { + |
