mirror of
https://github.com/yarrick/iodine.git
synced 2024-12-23 05:43:32 +02:00
clean up redundant code
This commit is contained in:
parent
a3735705c7
commit
2a0f3e42d9
1 changed files with 0 additions and 3 deletions
3
read.c
3
read.c
|
@ -25,9 +25,6 @@ readname(char *packet, char **src, char *dst, size_t length)
|
|||
char c;
|
||||
|
||||
len = 0;
|
||||
|
||||
p = *src;
|
||||
|
||||
p = *src;
|
||||
while(*p && len < length) {
|
||||
c = *p++;
|
||||
|
|
Loading…
Reference in a new issue