summaryrefslogtreecommitdiff
path: root/src/dns.cpp
diff options
context:
space:
mode:
authorom <om@e03df62e-2008-0410-955e-edbf42e46eb7>2006-01-25 22:27:55 +0000
committerom <om@e03df62e-2008-0410-955e-edbf42e46eb7>2006-01-25 22:27:55 +0000
commit93af9b93f3790b1ca3a570e9715afe6a9304d536 (patch)
tree5ce247806f8b298498a0639c9416bf5de54406f5 /src/dns.cpp
parent23620fa10e51a2035b3b20db16d60829c30b14d4 (diff)
Remove last relic of last goto in inspircd (an unused label)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2907 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/dns.cpp')
-rw-r--r--src/dns.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dns.cpp b/src/dns.cpp
index 123901f8a..d4fe1398b 100644
--- a/src/dns.cpp
+++ b/src/dns.cpp
@@ -669,7 +669,6 @@ char* DNS::dns_getresult_s(const int cfd, char *res) { /* retrieve result of DNS
res[rr.rdlength] = '\0';
break;
default:
- defaultcase:
memcpy(res,&h.payload[i],rr.rdlength);
res[rr.rdlength] = '\0';
break;