code: 9ferno

Download patch

ref: 0424afdea0587f8ea18e68d53339432a96eb1974
parent: b585728e2a03d513ca3c70e95471bdf5ac8e7da4
author: 9ferno <gophone2015@gmail.com>
date: Mon Oct 18 17:23:00 EDT 2021

debugging print added

--- a/appl/lib/auth.b
+++ b/appl/lib/auth.b
@@ -86,8 +86,9 @@
 	# mutual authentication
 	(id_or_err, secret) := kr->auth(fd, ai, 0);
 	if(secret == nil){
-sys->print("client secret == nil\n");
+		#sys->print("client secret == nil\n");
 		return (nil, id_or_err);
+	}
 
 	# send algorithm
 	buf := array of byte alg;