X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git;a=blobdiff_plain;f=src%2Fngircd%2Fconf.h;h=5ae7f5d6a79f7ccbaaed3e65fc37510f240d5a83;hp=9e15226674994e8dbe56a84f1d6a3e30be96b24e;hb=47a0379e2bef76959d2a0c06ceaea6b80e5d614d;hpb=37563537a9d5bbae2c010355eff6bb59cc799a10 diff --git a/src/ngircd/conf.h b/src/ngircd/conf.h index 9e152266..5ae7f5d6 100644 --- a/src/ngircd/conf.h +++ b/src/ngircd/conf.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: conf.h,v 1.46 2007/11/23 16:26:04 fw Exp $ + * $Id: conf.h,v 1.47 2007/11/23 16:28:37 fw Exp $ * * Configuration management (header) */ @@ -33,7 +33,6 @@ typedef struct _Conf_Oper typedef struct _Conf_Server { char host[HOST_LEN]; /* Hostname */ - char ip[16]; /* IP address (Resolver) */ char name[CLIENT_ID_LEN]; /* IRC-Client-ID */ char pwd_in[CLIENT_PASS_LEN]; /* Password which must be received */ char pwd_out[CLIENT_PASS_LEN]; /* Password to send to peer */