X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fdestpaths.c;h=f3cf0f2e24a7dac164fde63b12d361b08700b851;hb=342b4a55d056734a0344db8b4bcf1a90104a8a59;hp=3c90517393118f55fdd892f6aea442b1470dfef5;hpb=4d4d3b2498be9dc8ab7e5f16928ac8f1874c2a58;p=libguestfs.git diff --git a/fish/destpaths.c b/fish/destpaths.c index 3c90517..f3cf0f2 100644 --- a/fish/destpaths.c +++ b/fish/destpaths.c @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include @@ -158,6 +158,9 @@ complete_dest_paths_generator (const char *text, int state) strs = guestfs_list_dm_devices (g); APPEND_STRS_AND_FREE; + + strs = guestfs_list_md_devices (g); + APPEND_STRS_AND_FREE; } if (len < 1 || text[0] == '/') {