]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- remove redundant check 953/head
authorArvin Schnell <aschnell@suse.de>
Wed, 6 Nov 2024 07:29:12 +0000 (08:29 +0100)
committerArvin Schnell <aschnell@suse.de>
Wed, 6 Nov 2024 07:29:12 +0000 (08:29 +0100)
client/snbk/TheBigThing.cc

index 9f9f7f0b1b8d8c7f0e5da9e76511736f601c91b6..c823c621c8ce13813e6d7334068d1541c127213b 100644 (file)
@@ -249,9 +249,6 @@ namespace snapper
        if (verbose)
            cout << _("Probing source snapshots.") << endl;
 
-       if (backup_config.source_path != snapper->getConfig().getSubvolume())
-           SN_THROW(Exception(_("Path mismatch.")));
-
        const ProxySnapshots& source_snapshots = snapper->getSnapshots();
 
        if (verbose)