iscsit: add missing endianess conversion in iscsit_check_inaddr_any
authorChristoph Hellwig <hch@infradead.org>
Wed, 26 Sep 2012 12:00:38 +0000 (08:00 -0400)
committerNicholas Bellinger <nab@linux-iscsi.org>
Tue, 2 Oct 2012 21:42:25 +0000 (14:42 -0700)
Sparse noticed that INADDR_ANY needs to be converted to big endian before
it can be stored in struct sockaddr_in.s_addr.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>

No differences found