diff options
| -rwxr-xr-x | libglusterfsclient/src/libglusterfsclient.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfsclient/src/libglusterfsclient.c b/libglusterfsclient/src/libglusterfsclient.c index e3fdbe4d460..f1a5136a48b 100755 --- a/libglusterfsclient/src/libglusterfsclient.c +++ b/libglusterfsclient/src/libglusterfsclient.c @@ -1443,6 +1443,7 @@ _libgf_vmp_search_entry (char *path, int searchtype)          vmpcompcount = 0;          if ((searchtype == LIBGF_VMP_EXACT) && (maxentry)) {                  vmpcompcount = libgf_count_path_components (maxentry->vmp); +                matchcount = libgf_count_path_components (path);                  if (vmpcompcount != matchcount)                          maxentry = NULL;          }  | 
