diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2010-12-07 08:59:58 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2010-12-07 08:59:58 +0000 |
commit | a21e7d38da9bf2de2b4801a7ffecd111908ef65d (patch) | |
tree | 4b1acf4dc2ca03e6188892c0d331019c3a9e235f /libsylph/socks.c | |
parent | 7ad689b07cad0f0b6fb1fad2b3697c5962298519 (diff) |
removed debug prints.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2738 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/socks.c')
-rw-r--r-- | libsylph/socks.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libsylph/socks.c b/libsylph/socks.c index 7c799b5c..8c550658 100644 --- a/libsylph/socks.c +++ b/libsylph/socks.c @@ -101,10 +101,6 @@ gint socks4_connect(SockInfo *sock, const gchar *hostname, gushort port) return -1; } memcpy(socks_req + 4, (guchar *)hp->h_addr, 4); - g_print("addr = %u.", ((guchar *)(hp->h_addr))[0]); - g_print("%u.", ((guchar *)(hp->h_addr))[1]); - g_print("%u.", ((guchar *)(hp->h_addr))[2]); - g_print("%u\n", ((guchar *)(hp->h_addr))[3]); /* userid (empty) */ socks_req[8] = 0; |