commit - 8288878122468e47df8cc77dfafd5c558508bbec
commit + 0c0cac641d07a92aea72ccc165fb0cbe3f834464
blob - 2d9ae6993d08b1c5666a5fda10161016f111c57e
blob + c0c22eb784c7e982f3ade749133e96da4d786dd7
--- src/ngircd/rendezvous.c
+++ src/ngircd/rendezvous.c
/*
* ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2004 by Alexander Barton (alex@barton.de)
+ * Copyright (c)2001-2010 by Alexander Barton (alex@barton.de)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
#ifdef ZEROCONF
-
-static char UNUSED id[] = "$Id: rendezvous.c,v 1.8 2006/05/10 21:24:01 alex Exp $";
#include "imp.h"
#include <assert.h>
#endif
#include "defines.h"
+#include "conn.h"
+#include "conf.h"
#include "log.h"
#include "exp.h"
int i;
if (Conf_NoZeroConf)
- return;
+ return true;
/* Search free port structure */
for( i = 0; i < MAX_RENDEZVOUS; i++ ) if( ! My_Rendezvous[i].Desc[0] ) break;