Author: trasz
Date: Wed May  7 07:57:53 2014
New Revision: 265528
URL: http://svnweb.freebsd.org/changeset/base/265528

Log:
  MFC r264604:
  
  Remove redundant code.
  
  Sponsored by: The FreeBSD Foundation

Modified:
  stable/10/usr.sbin/iscsid/login.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/iscsid/login.c
==============================================================================
--- stable/10/usr.sbin/iscsid/login.c   Wed May  7 07:57:50 2014        
(r265527)
+++ stable/10/usr.sbin/iscsid/login.c   Wed May  7 07:57:53 2014        
(r265528)
@@ -783,7 +783,6 @@ login(struct connection *conn)
        request = login_new_request(conn);
 
        bhslr = (struct iscsi_bhs_login_request *)request->pdu_bhs;
-       bhslr->bhslr_flags |= BHSLR_FLAGS_TRANSIT;
 
        request_keys = keys_new();
        if (conn->conn_conf.isc_mutual_user[0] != '\0') {
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to