summaryrefslogtreecommitdiff
path: root/core/net_crypto.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-09 13:27:47 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-09 13:27:47 -0400
commit127fced11fcd63dac78bdbf1077ee0e9c1478524 (patch)
tree756b38ff1a74215bd9c0def7fb904e7a2ff0965f /core/net_crypto.c
parent4d5063852859d44547497f1d3c0b5af9c676b2ba (diff)
Added comment block to Messenger test.
Diffstat (limited to 'core/net_crypto.c')
-rw-r--r--core/net_crypto.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/net_crypto.c b/core/net_crypto.c
index 9f9378f6..0bae2d2e 100644
--- a/core/net_crypto.c
+++ b/core/net_crypto.c
@@ -617,7 +617,6 @@ void receive_crypto()
617 //if the packet is a friend request drop it (because we are already friends) 617 //if the packet is a friend request drop it (because we are already friends)
618 { 618 {
619 len = read_packet(crypto_connections[i].number, temp_data); 619 len = read_packet(crypto_connections[i].number, temp_data);
620 printf("REQUEST DROPPED\n");
621 620
622 } 621 }
623 if(id_packet(crypto_connections[i].number) == 2)//handle handshake packet. 622 if(id_packet(crypto_connections[i].number) == 2)//handle handshake packet.