OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3456-g983d676
Gerrit Code Review
gerrit@openafs.org
Sun, 24 Feb 2013 05:23:12 -0800 (PST)
The following commit has been merged in the master branch:
commit 6ef224da14da88318ede836a2c80998299c93e2f
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Thu Feb 21 21:29:56 2013 +0000
bos: Don't set up the conenction twice in AddKey
AddKey calls GetConn twice - once at the start of the function,
and then again immediately before calling BOZO_AddKey. This leaks
a connection...
Caught by clang-analyzer
Change-Id: I5c593de56e7f61fb21b973a34bea1a5b4f4a3177
Reviewed-on: http://gerrit.openafs.org/9230
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/bozo/bos.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository