freebsd-ports/security/cyrus-sasl2/files/patch-plugins_gssapi.c
Dag-Erling Smørgrav b43a2bc820 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@
2015-10-07 07:19:26 +00:00

13 lines
266 B
C

--- 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) {