mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-10 12:31:00 +00: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;
|
char c;
|
||||||
|
|
||||||
len = 0;
|
len = 0;
|
||||||
|
|
||||||
p = *src;
|
|
||||||
|
|
||||||
p = *src;
|
p = *src;
|
||||||
while(*p && len < length) {
|
while(*p && len < length) {
|
||||||
c = *p++;
|
c = *p++;
|
||||||
|
|
Loading…
Add table
Reference in a new issue