Skip to content

Commit

Permalink
Remove redundant code.
Browse files Browse the repository at this point in the history
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
trasz committed Apr 17, 2014
1 parent 7fac2bd commit 517f4ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion usr.sbin/iscsid/login.c
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 517f4ff

Please sign in to comment.