dnsproxy: Avoid duplication of domains in the TCP server domain list
authorPaulo Pizarro <paulo.pizarro@gmail.com>
Mon, 18 Jun 2012 02:22:38 +0000 (23:22 -0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 18 Jun 2012 10:32:32 +0000 (13:32 +0300)
commit97e278e2cff460d6729de96c732374a6dc93e3fa
tree5986609de2451e8676bd0e941888805ac1e0a720
parent335e7562aafe49d4f91184ebe4d84d1aa99b9ca7
dnsproxy: Avoid duplication of domains in the TCP server domain list

The domain list is created in the tcp_server_event function
at connection time (G_IO_OUT event), so it is not necessary
to create it here too.
src/dnsproxy.c