Commit 273e9afc authored by Steve Holme's avatar Steve Holme
Browse files

sasl.c: Fix to avoid warnings introduced in commit d9ca9e98

Applied a fix to avoid warnings on systems where Curl_ntlm_sspi_cleanup()
is just a nop.
parent 9c7016f5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -199,6 +199,7 @@ void Curl_sasl_cleanup(struct connectdata *conn, unsigned int authused)
  if(authused == SASL_AUTH_NTLM) {
    Curl_ntlm_sspi_cleanup(&conn->ntlm);
  }
  (void)conn;
#else
  /* Reserved for future use */
  (void)conn;