]> sourceware.org Git - lvm2.git/commit
fix compiler warning.
authorJonathan Earl Brassow <jbrassow@redhat.com>
Mon, 19 Sep 2011 14:28:23 +0000 (14:28 +0000)
committerJonathan Earl Brassow <jbrassow@redhat.com>
Mon, 19 Sep 2011 14:28:23 +0000 (14:28 +0000)
commite9bafdd2cebff4025d120f5e0344068630c89df4
tree323c912d18561ee90bba8dabda9df0ccc5998464
parent7aa34a6a1919337a4ea37170d1f49651804180a4
fix compiler warning.

Compiler says variable may be used uninitialized.  It can't be, but we
initialize the variable to NULL anyway.  Also, remove the double initialization
of another variable.
lib/metadata/mirror.c
This page took 0.033599 seconds and 5 git commands to generate.