Skip to content

Commit

Permalink
Prevent namespace pollution.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkk authored and darkk committed Feb 1, 2008
1 parent 37c6cd9 commit 8184c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ typedef enum http_state_t {



void http_client_init(redsocks_client *client)
static void http_client_init(redsocks_client *client)
{
if (client->instance->config.login)
log_error("login is ignored for http-connect connections");
Expand Down

0 comments on commit 8184c24

Please sign in to comment.