[Midnightbsd-cvs] src [7433] trunk/crypto/openssh: disable roaming in the source code

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Jan 14 21:27:25 EST 2016


Revision: 7433
          http://svnweb.midnightbsd.org/src/?rev=7433
Author:   laffer1
Date:     2016-01-14 21:27:24 -0500 (Thu, 14 Jan 2016)
Log Message:
-----------
disable roaming in the source code

Modified Paths:
--------------
    trunk/crypto/openssh/readconf.c
    trunk/crypto/openssh/ssh.c

Modified: trunk/crypto/openssh/readconf.c
===================================================================
--- trunk/crypto/openssh/readconf.c	2016-01-15 02:21:49 UTC (rev 7432)
+++ trunk/crypto/openssh/readconf.c	2016-01-15 02:27:24 UTC (rev 7433)
@@ -1723,8 +1723,7 @@
 		options->tun_remote = SSH_TUNID_ANY;
 	if (options->permit_local_command == -1)
 		options->permit_local_command = 0;
-	if (options->use_roaming == -1)
-		options->use_roaming = 1;
+	options->use_roaming = 0;
 	if (options->visual_host_key == -1)
 		options->visual_host_key = 0;
 	if (options->ip_qos_interactive == -1)

Modified: trunk/crypto/openssh/ssh.c
===================================================================
--- trunk/crypto/openssh/ssh.c	2016-01-15 02:21:49 UTC (rev 7432)
+++ trunk/crypto/openssh/ssh.c	2016-01-15 02:27:24 UTC (rev 7433)
@@ -1729,9 +1729,6 @@
 			fork_postauth();
 	}
 
-	if (options.use_roaming)
-		request_roaming();
-
 	return client_loop(tty_flag, tty_flag ?
 	    options.escape_char : SSH_ESCAPECHAR_NONE, id);
 }



More information about the Midnightbsd-cvs mailing list