mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 00:51:35 +00:00
[NET] in6_pton: Kill errant printf statement.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1884f78c7a
commit
d4f3e9b735
1 changed files with 0 additions and 2 deletions
|
@ -306,8 +306,6 @@ int in6_pton(const char *src, int srclen,
|
||||||
if (srclen < 0)
|
if (srclen < 0)
|
||||||
srclen = strlen(src);
|
srclen = strlen(src);
|
||||||
|
|
||||||
printf("srclen=%d\n", srclen);
|
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
int c;
|
int c;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue