minor patch tweak
This commit is contained in:
parent
6d5fcec891
commit
d6285f0840
@ -49,7 +49,7 @@ index 28aa439..3495c24 100644
|
|||||||
const char *headers[] = {
|
const char *headers[] = {
|
||||||
"Accept: application/json",
|
"Accept: application/json",
|
||||||
@@ -301,6 +301,13 @@ static GHashTable *bodhi_query_list(const char *query, const char *release)
|
@@ -301,6 +301,13 @@ static GHashTable *bodhi_query_list(const char *query, const char *release)
|
||||||
log(_("Search for a new updates"));
|
log(_("Searching for updates"));
|
||||||
abrt_post_string(post_state, bodhi_url_bugs, "application/x-www-form-urlencoded",
|
abrt_post_string(post_state, bodhi_url_bugs, "application/x-www-form-urlencoded",
|
||||||
headers, query);
|
headers, query);
|
||||||
+
|
+
|
||||||
|
Loading…
Reference in New Issue
Block a user