]> git.ipfire.org Git - thirdparty/util-linux.git/commit
nsenter: fix compiler warning [-Wuninitialized]
authorKarel Zak <kzak@redhat.com>
Tue, 28 Nov 2017 09:53:35 +0000 (10:53 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 14 Dec 2017 14:42:15 +0000 (15:42 +0100)
commitb3fd1d6c697f390182e446481c915c070d2f3f9b
tree4e27ed50a2e8260035dab4c4fe3eca4882083058
parent9feec6c2a0229ddae3c5f90ee9f790208c100a2c
nsenter: fix compiler warning [-Wuninitialized]

sys-utils/nsenter.c: In function ‘is_same_namespace’:
sys-utils/nsenter.c:170:2: warning: ‘b_ino’ may be used uninitialized in this function [-Wuninitialized]
sys-utils/nsenter.c:170:2: warning: ‘a_ino’ may be used uninitialized in this function [-Wuninitialized]

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/nsenter.c