X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..4b37a75e9cb89088451753c7467d1d1bcddd29e0:/cgi/cgimain.c diff --git a/cgi/cgimain.c b/cgi/cgimain.c index 884a0a0..e4c7220 100644 --- a/cgi/cgimain.c +++ b/cgi/cgimain.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -/** @file server/cgimain.c +/** @file cgi/cgimain.c * @brief DisOrder CGI */ @@ -48,7 +48,7 @@ int main(int argc, char **argv) { if(getenv("DISORDER_DEBUG")) debugging = 1; /* Read configuration */ - if(config_read(0/*!server*/)) + if(config_read(0/*!server*/, NULL)) exit(EXIT_FAILURE); /* Figure out our URL. This can still be overridden from the config file if * necessary but it shouldn't be necessary in ordinary installations. */