From b64c6703b0d9c5ab8237e4b470efb8ecfdc7e4dd Mon Sep 17 00:00:00 2001 From: "K. Y. Srinivasan" Date: Tue, 4 Sep 2012 14:46:33 -0700 Subject: [PATCH] --- yaml --- r: 324397 b: refs/heads/master c: 00b8335517b50b716960377b63a9ae63ed72322c h: refs/heads/master i: 324395: e6bb767f0d527093f058c7941927a8b4043a4f4a v: v3 --- [refs] | 2 +- trunk/tools/hv/hv_kvp_daemon.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 9fd7a168069d..bff27a78a713 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1f94ea8181a9305a5d5cf635a6a4e9ac8ee3d2c3 +refs/heads/master: 00b8335517b50b716960377b63a9ae63ed72322c diff --git a/trunk/tools/hv/hv_kvp_daemon.c b/trunk/tools/hv/hv_kvp_daemon.c index 65d54c89394e..d12d71448f0c 100644 --- a/trunk/tools/hv/hv_kvp_daemon.c +++ b/trunk/tools/hv/hv_kvp_daemon.c @@ -196,7 +196,7 @@ static void kvp_update_mem_state(int pool) } static int kvp_file_init(void) { - int ret, fd; + int fd; FILE *filep; size_t records_read; __u8 *fname; @@ -312,7 +312,6 @@ static int kvp_key_add_or_modify(int pool, __u8 *key, int key_size, __u8 *value, int value_size) { int i; - int j, k; int num_records; struct kvp_record *record; int num_blocks;