rename roken base64, fixes #107

This commit is contained in:
Love Hörnquist Åstrand
2014-08-22 20:57:24 -07:00
parent ad9cd6a138
commit 37afa01be3
16 changed files with 35 additions and 35 deletions

View File

@@ -822,7 +822,7 @@ handle_http_tcp(struct client *c)
free(data);
return NULL;
}
len = base64_decode(t, data);
len = rk_base64_decode(t, data);
if(len <= 0){
const char *msg =
" 404 Not found\r\n"