NTLM_WB: fix disabling of NTLM_WB when NTLM is disabled

This commit is contained in:
Yang Tse
2011-09-22 00:24:02 +02:00
parent e9cf4cb791
commit 01c172f5e8
4 changed files with 13 additions and 13 deletions

View File

@@ -905,7 +905,7 @@ struct connectdata {
single requests! */
struct ntlmdata proxyntlm; /* NTLM data for proxy */
#ifdef NTLM_WB_ENABLED
#if defined(USE_NTLM) && defined(NTLM_WB_ENABLED)
/* used for communication with Samba's winbind daemon helper ntlm_auth */
curl_socket_t ntlm_auth_hlpr_socket;
pid_t ntlm_auth_hlpr_pid;