bozo: Don't initialise variables unecessarily
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Tue, 15 Jun 2010 17:18:30 +0000 (18:18 +0100)
committerJeffrey Altman <jaltman@openafs.org>
Sat, 23 Jul 2011 04:11:33 +0000 (21:11 -0700)
commit10264a523fd78e9cd22e41feda6c5eb6f75de784
tree0dcb31bbc017fdb01152d574fd5cc515e1f91c4a
parentba18ea65174dd06a305e3524756aaca6ebb04e9a
bozo: Don't initialise variables unecessarily

Don't initialise variables to NULL 3 lines before we assign malloc
results to them.

Caught by clang-analyzer

Change-Id: Ic0f2fc56fe6ce39411c4cd48ea0a0b955b3e0f19
Reviewed-on: http://gerrit.openafs.org/5080
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/bozo/bosserver.c