Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363234
b: refs/heads/master
c: 0e27263
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Apr 24, 2013
1 parent 5b2317a commit f63f83e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 10b637b4c8a21b299f691cecc4b6f16f44936c6d
refs/heads/master: 0e27263926699fcbbd574cff4dd6920007a50e8a
2 changes: 1 addition & 1 deletion trunk/tools/hv/hv_vss_daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f63f83e

Please sign in to comment.