Skip to content

Commit

Permalink
modules/utils: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Jun 12, 2023
1 parent 0e01e3a commit 90e172b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/utils/conf.c
Expand Up @@ -284,7 +284,7 @@ static int update_proxy(int id, char *host_str, char *port_str)
free_shm_proxy(fwd_settings[id].proxy);
shm_free(fwd_settings[id].proxy);
}
fwd_settings[id].proxy = proxy; /* new proxy is now acitvated */
fwd_settings[id].proxy = proxy; /* new proxy is now activated */

return 0;
}
Expand Down

0 comments on commit 90e172b

Please sign in to comment.