diff options
-rw-r--r-- | sbin/hastd/secondary.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/hastd/secondary.c b/sbin/hastd/secondary.c index 7a50f1e..4f67efd 100644 --- a/sbin/hastd/secondary.c +++ b/sbin/hastd/secondary.c @@ -199,8 +199,6 @@ init_remote(struct hast_resource *res, struct nv *nvin) pjdlog_errno(LOG_WARNING, "Unable to set connection direction"); #endif - map = NULL; - mapsize = 0; nvout = nv_alloc(); nv_add_int64(nvout, (int64_t)res->hr_datasize, "datasize"); nv_add_int32(nvout, (int32_t)res->hr_extentsize, "extentsize"); |