By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2170
Collapse All | Expand All

(-)a/src/get-carddav-report.c (-1 / +1 lines)
Lines 86-92 static gchar* carddav_dirlist(carddav_settings* settings, carddav_error* error) Link Here
86
		error->str = g_strdup("Could not initialize libcurl");
86
		error->str = g_strdup("Could not initialize libcurl");
87
		g_free(settings->file);
87
		g_free(settings->file);
88
		settings->file = NULL;
88
		settings->file = NULL;
89
		return TRUE;
89
		return NULL;
90
	}
90
	}
91
91
92
	http_header = curl_slist_append(http_header,
92
	http_header = curl_slist_append(http_header,

Return to bug 2170