Commit d4f3e9b7 authored by David S. Miller's avatar David S. Miller

[NET] in6_pton: Kill errant printf statement.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1884f78c
......@@ -306,8 +306,6 @@ int in6_pton(const char *src, int srclen,
if (srclen < 0)
srclen = strlen(src);
printf("srclen=%d\n", srclen);
while (1) {
int c;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment