]> arthur.barton.de Git - ngircd-alex.git/commit - src/ngircd/conf.h
remove ip-string from Conf_Server struct
authorFlorian Westphal <fw@strlen.de>
Fri, 23 Nov 2007 16:28:37 +0000 (16:28 +0000)
committerFlorian Westphal <fw@strlen.de>
Fri, 23 Nov 2007 16:28:37 +0000 (16:28 +0000)
commit47a0379e2bef76959d2a0c06ceaea6b80e5d614d
tree9e3687882721585fa54fd9f7a38613f5ea0e7b8e
parent37563537a9d5bbae2c010355eff6bb59cc799a10
remove ip-string from Conf_Server struct

struct Conf_Server stored the ip address to connect to
in dotted-decimal notation; but we only need this for connect()
so long-time storage isn't necessary.
src/ngircd/conf.h
src/ngircd/conn.c