summaryrefslogtreecommitdiff
path: root/testing/nTox.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-22 14:52:42 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-22 14:52:42 -0400
commit55361eac6f12fb2b2aaec427129aae65f5eb5e6b (patch)
tree41107d3aaa5edd4bc7e24951390ed676f00e8b2c /testing/nTox.c
parentb368a6b4b898e2d2fa558931f724f2d204de6335 (diff)
Modified the way friend requests worked.
Added routing of friend requests.
Diffstat (limited to 'testing/nTox.c')
-rw-r--r--testing/nTox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/nTox.c b/testing/nTox.c
index 50ceb92e..f7948778 100644
--- a/testing/nTox.c
+++ b/testing/nTox.c
@@ -251,7 +251,7 @@ int main(int argc, char *argv[])
251 //if keyfiles exist 251 //if keyfiles exist
252 if(argc > 4){ 252 if(argc > 4){
253 if(strncmp(argv[4], "nokey", 6) < 0){ 253 if(strncmp(argv[4], "nokey", 6) < 0){
254 load_key(); 254 //load_key();
255 } 255 }
256 } else { 256 } else {
257 load_key(); 257 load_key();