commit | cea0b4ceec5d09330fd80c0185532a502db9c2b7 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Sep 26 08:00:38 2012 -0400 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Tue Oct 02 14:42:25 2012 -0700 |
tree | 722136e5bb6c4cc47a603f76fe1a53ade48e66ee | |
parent | 904753da183566c71211d23c169a80184648c121 [diff] |
iscsit: add missing endianess conversion in iscsit_check_inaddr_any 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>