commit | 434e39fccbe718e57983e9be7305aa626e00e054 | [log] [tgz] |
---|---|---|
author | Robin Thellend <rthellend@google.com> | Wed Aug 27 14:46:27 2014 -0700 |
committer | Robin Thellend <rthellend@google.com> | Wed Aug 27 14:46:28 2014 -0700 |
tree | eb23fd6fb3641aa6056e335f8bfa9018adb7624a | |
parent | fb5cbb7f987bb2c114e1c674d869c16abb098631 [diff] |
veyron/services/mounttable: Fix Glob bug. The change fixes a bug where Glob is called on a name that is below a mount point, e.g. "server" is mounted at "a/b" and we call "a/b/c".Glob(*). The correct behavior is to return "" -> "server/c". Previously, this would have returned nothing. Change-Id: I5bbeb60488b34c9ecc2439e8270c9abe90185f5f