X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fdestpaths.c;h=c7b9dc51b32dc3944666f8490d260d96127c352d;hb=3e9f4af1e1126b1e1f7a93379172dd095dd1b908;hp=5ed93ec78f2eafebdc86b45df7146633dc064f2c;hpb=21bd2db7cf259a17cc3922409937b849e4b83c0f;p=libguestfs.git diff --git a/fish/destpaths.c b/fish/destpaths.c index 5ed93ec..c7b9dc5 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 @@ -155,6 +155,9 @@ complete_dest_paths_generator (const char *text, int state) strs = guestfs_lvs (g); APPEND_STRS_AND_FREE; + + strs = guestfs_list_dm_devices (g); + APPEND_STRS_AND_FREE; } if (len < 1 || text[0] == '/') {