auth: token jar handling should realloc correctly
authorDerrick Brashear <shadow@your-file-system.com>
Wed, 26 Sep 2012 11:37:11 +0000 (07:37 -0400)
committerDerrick Brashear <shadow@your-file-system.com>
Wed, 26 Sep 2012 12:28:11 +0000 (05:28 -0700)
commita060159b95c0d29afaee1e8eac5827c7f8b40e47
treeda54bea63799b3cc5de1ea3c7396fcbd36be13ca
parent5538633c9fc5677f2b9e0974b54153c9ccabab55
auth: token jar handling should realloc correctly

instead of reallocing n+1 tokens, we would realloc 1 token
plus N bytes

Change-Id: Idb5a20b5b9becc9d48cb645bbc0bd26459220ccd
Reviewed-on: http://gerrit.openafs.org/8163
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/auth/token.c