Searched defs:useragent (Results 1 - 1 of 1) sorted by relevance

/systemd/src/import/
H A Dcurl-util.c282 const char *useragent; local
305 useragent = strjoina(program_invocation_short_name, "/" PACKAGE_VERSION);
306 if (curl_easy_setopt(c, CURLOPT_USERAGENT, useragent) != CURLE_OK) {

Completed in 25 milliseconds