From f63f83edeb6552d02d0b53cddeab86a05636564b Mon Sep 17 00:00:00 2001 From: "K. Y. Srinivasan" Date: Wed, 24 Apr 2013 07:48:54 -0700 Subject: [PATCH] --- yaml --- r: 363234 b: refs/heads/master c: 0e27263926699fcbbd574cff4dd6920007a50e8a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/tools/hv/hv_vss_daemon.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d1e780194083..3f84d260f71d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 10b637b4c8a21b299f691cecc4b6f16f44936c6d +refs/heads/master: 0e27263926699fcbbd574cff4dd6920007a50e8a diff --git a/trunk/tools/hv/hv_vss_daemon.c b/trunk/tools/hv/hv_vss_daemon.c index 712cfc516c65..fea03a3edaf4 100644 --- a/trunk/tools/hv/hv_vss_daemon.c +++ b/trunk/tools/hv/hv_vss_daemon.c @@ -85,7 +85,7 @@ static int vss_operate(int operation) if (mounts == NULL) return -1; - while((ent = getmntent(mounts))) { + while ((ent = getmntent(mounts))) { if (strncmp(ent->mnt_fsname, match, strlen(match))) continue; if (strcmp(ent->mnt_type, "iso9660") == 0)