aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/utils.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-08-25 00:27:09 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-22 15:18:02 -0700
commitd4f3e9b735c72823aab597bfa4860d184658a609 (patch)
tree50e953f90bfc69df5555322b3bc45bd0fce54ba7 /net/core/utils.c
parent[NETFILTER] NF_CONNTRACK_FTP: Use in6_pton() to convert address string. (diff)
downloadlinux-dev-d4f3e9b735c72823aab597bfa4860d184658a609.tar.xz
linux-dev-d4f3e9b735c72823aab597bfa4860d184658a609.zip
[NET] in6_pton: Kill errant printf statement.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/utils.c')
-rw-r--r--net/core/utils.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/core/utils.c b/net/core/utils.c
index 5a06e8a72c17..2682490777de 100644
--- a/net/core/utils.c
+++ b/net/core/utils.c
@@ -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;