diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-14 22:17:00 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-14 22:17:00 +0000 |
commit | 5072f24b56def062382d76059e2662b0673ab30e (patch) | |
tree | c89c9ca43f76128c9de84840f81cb5a9e04f0741 /configure | |
parent | e60f049b4131f3168aef00a71bb6fcfa93c359d9 (diff) |
If you have a broken config, rerun full configure to fix
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6341 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -593,9 +593,8 @@ should NOT be used. You should probably specify a newer compiler.\n\n"; # File Descriptor Settings.. promptnumeric("number of clients at any one time", "MAX_CLIENT_T"); - - $config{MAX_CLIENT} = $var; - $config{MAX_DESCRIPTORS} = $var; + $config{MAX_CLIENT} = $config{MAX_CLIENT_T}; + $config{MAX_DESCRIPTORS} = $config{MAX_CLIENT_T}; promptnumeric("length of nicknames", "NICK_LENGT"); promptnumeric("length of channel names", "CHAN_LENGT"); |