9a07bde08b
created to provide a stable, modern, lightweight ircd (irc server) from scratch and provide a vast number of features in a modularised form using an advanced module API. By keeping the functionality of the main core to a minimum we hope to increase the stability and speed of our project and make it customisable to the needs of many users.
13 lines
398 B
Text
13 lines
398 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2007/07/24 20:13:20 adrianp Exp $
|
|
|
|
--- src/inspircd.cpp.orig 2007-01-15 23:49:24.000000000 +0000
|
|
+++ src/inspircd.cpp
|
|
@@ -317,7 +317,7 @@ InspIRCd::InspIRCd(int argc, char** argv
|
|
{ 0, 0, 0, 0 }
|
|
};
|
|
|
|
- while ((c = getopt_long_only(argc, argv, ":f:", longopts, NULL)) != -1)
|
|
+ while ((c = getopt_long(argc, argv, ":f:", longopts, NULL)) != -1)
|
|
{
|
|
switch (c)
|
|
{
|