Move session params initialization to when we start a session and not
authorclaudio <claudio@openbsd.org>
Sun, 20 Apr 2014 16:52:11 +0000 (16:52 +0000)
committerclaudio <claudio@openbsd.org>
Sun, 20 Apr 2014 16:52:11 +0000 (16:52 +0000)
commit0933eeb988c4cf3d3c0538c8dd8f747dd09a3589
tree50afa7d445f8c5fd2bef4cf558c2180aacff302a
parent889e0b3b7ab0574105a0c39b25a2f33821963efb
Move session params initialization to when we start a session and not
when it is created. That way the config params from the config file have
a chance to stick.
usr.sbin/iscsid/session.c