Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 390815 | Differences between
and this patch

Collapse All | Expand All

(-)mod_caldav-0.1.10.o/test-cli.c (-1 / +1 lines)
Lines 324-330 Link Here
324
324
325
  if (pcszUser) {
325
  if (pcszUser) {
326
    curl_easy_setopt(curl, CURLOPT_USERPWD, pcszUser);
326
    curl_easy_setopt(curl, CURLOPT_USERPWD, pcszUser);
327
    curl_easy_setopt(curl, CURLOPT_HTTPAUTH, CURLAUTH_DIGEST);
327
    curl_easy_setopt(curl, CURLOPT_HTTPAUTH, CURLAUTH_DIGEST | CURLAUTH_BASIC);
328
  }
328
  }
329
329
330
  curl_easy_setopt(curl, CURLOPT_HEADERFUNCTION, write_header_response);
330
  curl_easy_setopt(curl, CURLOPT_HEADERFUNCTION, write_header_response);

Return to bug 390815