1
0
Fork 0

minor fix

This commit is contained in:
bagyenda 2007-07-20 12:33:36 +00:00
parent 26b0508487
commit 7c31b97523
1 changed files with 1 additions and 1 deletions

View File

@ -1260,7 +1260,7 @@ char *content_type2file_ext(Octstr *ctype)
if (octstr_str_case_compare(ctype, exts[i].ctype) == 0)
return exts[i].file_ext;
return ".dat";
return "dat";
}
static int fetch_url_with_auth(HTTPCaller *c, int method, Octstr *url, List *request_headers,