]> git.michaelhowe.org Git - packages/o/openafs.git/commit
pt_util: gcc warning fix
authorDerrick Brashear <shadow@your-file-system.com>
Wed, 1 May 2013 19:59:41 +0000 (15:59 -0400)
committerStephan Wiesand <stephan.wiesand@desy.de>
Wed, 29 Jan 2014 19:22:30 +0000 (11:22 -0800)
commit22d8f791f66b788011bb3e420ee0dca11e5db188
tree5dfb6d3ae28bc3ece68790e80ced79c1c9b29448
parent7af73eb272311f15d357c1d41a1f49a795eb20b8
pt_util: gcc warning fix

it's claimed these are not initialized before use.
squelch compiler errors. has to be in parent as otherwise
we will zero them in our loop where we potentially want the
parent group id, which is not on "this" line as we add members.

Reviewed-on: http://gerrit.openafs.org/9840
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
(cherry picked from commit 13a3ba7ba2d660a08925a3ccd05d74eedcf8c5cd)

Change-Id: I71b968a8ef0751f6e80633e8051fdfb4a17cfd8d
Reviewed-on: http://gerrit.openafs.org/10738
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/ptserver/pt_util.c