https://bugs.exim.org/show_bug.cgi?id=2501
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/5031095fd4553935c70e1c24a9936dfc609cdc67 commit 5031095fd4553935c70e1c24a9936dfc609cdc67 Author: Jeremy Harris <[email protected]> AuthorDate: Sun Dec 22 21:51:53 2019 +0000 Commit: Jeremy Harris <[email protected]> CommitDate: Sun Dec 22 21:51:53 2019 +0000 Fix build with heimdal-gssapi. Bug 2501 --- src/src/auths/heimdal_gssapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/auths/heimdal_gssapi.c b/src/src/auths/heimdal_gssapi.c index 273d4f4..3dfcb8c 100644 --- a/src/src/auths/heimdal_gssapi.c +++ b/src/src/auths/heimdal_gssapi.c @@ -415,7 +415,7 @@ while (step < 4) NULL, /* conf_state: no confidentiality applied */ &gbufdesc_out /* output buffer */ ); - if (GSS_ERROR(maj_stat) + if (GSS_ERROR(maj_stat)) { exim_gssapi_error_defer(NULL, maj_stat, min_stat, "gss_wrap(SASL state after auth)"); -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
