Whamcloud - gitweb
b=21600 Fix unitialized pointer
authorBrian J. Murrell <brian@sun.com>
Mon, 14 Dec 2009 21:03:16 +0000 (16:03 -0500)
committerRobert Read <rread@vpn-129-150-244-142.sfbay.sun.com>
Mon, 14 Dec 2009 21:18:55 +0000 (13:18 -0800)
commit6ee01d7a50bac87ffe7d1234be6a44163e1e3915
tree5ef5ed91b40320b271e2e57e09417e11574016bb
parent1055a92f0565adeb9516e752248162165f41db86
b=21600 Fix unitialized pointer

gcc warns that ctx may be used prior to assignment, so initialize it
at declaration

i=rread
lustre/utils/mkfs_lustre.c