]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mount: fix gcc warning (variable used uninitialized)
authorKarel Zak <kzak@redhat.com>
Tue, 3 Mar 2009 14:34:10 +0000 (15:34 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 3 Mar 2009 14:34:10 +0000 (15:34 +0100)
commit457470060f31cc2cc7c6c03015909927af86507c
treebf6661b5373aeb85f7cd951a0c581498c0034466
parente682ce7d6186b8e8aa55f584bff10b25fcb2ef3e
mount: fix gcc warning (variable used uninitialized)

fstab.c: In function ‘getfs_by_spec’:
fstab.c:400  warning: ‘name’ may be used uninitialized in this
function
fstab.c:402  warning: ‘value’ may be used uninitialized in this
function

Signed-off-by: Karel Zak <kzak@redhat.com>
mount/fstab.c