Fix build with heimdal-gssapi. Bug 2501
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 22 Dec 2019 21:51:53 +0000 (21:51 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 22 Dec 2019 21:51:53 +0000 (21:51 +0000)
src/src/auths/heimdal_gssapi.c

index 273d4f47b5a2d7c77b61cc9d8aab582f8cb422ee..3dfcb8c6aacaa135221e0239f094a4d17aef1a62 100644 (file)
@@ -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)");