Rename identd variable name

This commit is contained in:
Patrick Griffis
2016-01-25 20:37:53 -05:00
parent 971e5cf4fe
commit 5dafa60433
3 changed files with 3 additions and 3 deletions

View File

@@ -159,7 +159,7 @@ identd_start_server (void)
GError *error = NULL;
int enabled, port = 113;
if (hexchat_get_prefs (ph, "identd", NULL, &enabled) == 3)
if (hexchat_get_prefs (ph, "identd_server", NULL, &enabled) == 3)
{
if (!enabled)
return;