mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Fix a small bug from r1531
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1533 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -280,7 +280,7 @@ int main(int argc, char** argv) {
|
||||
args[pos++] = strdup("--debug");
|
||||
else if (bForeground)
|
||||
args[pos++] = strdup("--foreground");
|
||||
if (CUtils::StdoutIsTTY())
|
||||
if (!CUtils::StdoutIsTTY())
|
||||
args[pos++] = strdup("--no-color");
|
||||
if (bAllowRoot)
|
||||
args[pos++] = strdup("--allow-root");
|
||||
|
||||
Reference in New Issue
Block a user