diff options
Diffstat (limited to 'libglusterfsclient/src')
| -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 699cd38eb14..69be41516b4 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;          }  | 
