summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.cpp b/src/config.cpp
index e2243b236..46ad48d43 100644
--- a/src/config.cpp
+++ b/src/config.cpp
@@ -237,7 +237,7 @@ Conf::Conf() : Block("")
ot->AddCommand(str);
spacesepstream privstr(privs);
- for (Anope::string str; cmdstr.GetToken(str);)
+ for (Anope::string str; privstr.GetToken(str);)
ot->AddPriv(str);
commasepstream inheritstr(inherits);