remove dead store

This commit is contained in:
Felix von Leitner 2015-04-10 23:16:50 +00:00
parent 25a1156f42
commit 003d0b9835
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ int dns_domain_fromdot(char **out,const char *buf,size_t n)
name[namelen++] = labellen;
byte_copy(name + namelen,labellen,label);
namelen += labellen;
labellen = 0;
}
if (namelen + 1 > sizeof name) return 0;