diff options
| -rwxr-xr-x | xlators/mount/fuse/utils/mount.glusterfs.in | 8 | 
1 files changed, 1 insertions, 7 deletions
diff --git a/xlators/mount/fuse/utils/mount.glusterfs.in b/xlators/mount/fuse/utils/mount.glusterfs.in index e453ede3ed8..dacf6b3a8fc 100755 --- a/xlators/mount/fuse/utils/mount.glusterfs.in +++ b/xlators/mount/fuse/utils/mount.glusterfs.in @@ -181,13 +181,7 @@ main ()  	server_ip=$(echo "$volfile_loc" | sed -n 's/\([^\:]*\).*/\1/p');          test_str=$(echo "$volfile_loc" | sed -n 's/.*:\([^ ]*\).*/\1/p');          [ -n "$test_str" ] && { -            # Backward compatibility -            test_str1=$(echo "$test_str" | sed -e 's/[0-9]//g'); -            [ -n "$test_str1" ] && { -                volume_id="$test_str"; -            } || { -                server_port=$test_str; -            } +            volume_id="$test_str";          }   	volfile_loc="";      }  | 
