Skip to content

Commit

Permalink
Extraneous comma
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Mar 28, 2014
1 parent 932891a commit 0735590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_rest/rest.c
Expand Up @@ -1836,7 +1836,7 @@ int rest_request_config(rlm_rest_t *instance, rlm_rest_section_t *section,
* Setup any header options and generic headers.
*/
SET_OPTION(CURLOPT_URL, uri);
SET_OPTION(CURLOPT_USERAGENT, "FreeRADIUS %s", RADIUSD_VERSION_STRING);
SET_OPTION(CURLOPT_USERAGENT, "FreeRADIUS %s" RADIUSD_VERSION_STRING);

content_type = fr_int2str(http_content_type_table, type, section->body_str);
snprintf(buffer, sizeof(buffer), "Content-Type: %s", content_type);
Expand Down

0 comments on commit 0735590

Please sign in to comment.