The following commit has been merged in the master branch:
commit cb52cc6e44ed85515cc81685adacd7c40a48b8db
Author: Benjamin Kaduk <[email protected]>
Date: Thu Jan 9 12:13:27 2014 -0500
ktc: fix up initializer for local_tokens
The old initializer was incomplete (initializing only one of the four
fields in the struct), which prompted warnings from clang
(-Wmissing-field-initializers):
../../../openafs/src/auth/ktc.c:149:2: warning: missing field 'server'
initializer [-Wmissing-field-initializers]
Since the variable is at file scope, it will be initialized to all
zeros anyway, and there is no need for an explicit initializer.
Change-Id: Ib7690759ec3403d1913852e30bb553ef8ac8f019
Reviewed-on: http://gerrit.openafs.org/10686
Tested-by: BuildBot <[email protected]>
Reviewed-by: Derrick Brashear <[email protected]>
src/auth/ktc.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
--
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs