Auths: fix cyrus-sasl driver for gssapi use. Bug 2524
[exim.git] / src / src / auths / heimdal_gssapi.c
index f6d09d5ab2c5b39fe17ab3a6c54d36f82c03c6e4..886f3f28ff14ee3deaebb42ba4c46c8f09da1a38 100644 (file)
@@ -321,8 +321,7 @@ while (step < 4)
          }
 
        HDEBUG(D_auth) debug_printf("gssapi: missing initial response, nudging.\n");
-       error_out = auth_get_data(&from_client, US"", 0);
-       if (error_out != OK)
+       if ((error_out = auth_get_data(&from_client, US"", 0)) != OK)
          goto ERROR_OUT;
        handled_empty_ir = TRUE;
        continue;