Author: trasz
Date: Thu Apr 17 12:53:56 2014
New Revision: 264604
URL: http://svnweb.freebsd.org/changeset/base/264604

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

Modified:
  head/usr.sbin/iscsid/login.c

Modified: head/usr.sbin/iscsid/login.c
==============================================================================
--- head/usr.sbin/iscsid/login.c        Thu Apr 17 12:42:41 2014        
(r264603)
+++ head/usr.sbin/iscsid/login.c        Thu Apr 17 12:53:56 2014        
(r264604)
@@ -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') {
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to