From: Arvin Schnell Date: Wed, 6 Nov 2024 07:29:12 +0000 (+0100) Subject: - remove redundant check X-Git-Tag: v0.12.0~15^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98276e7477c80915823321db8447465e438792d5;p=thirdparty%2Fsnapper.git - remove redundant check --- diff --git a/client/snbk/TheBigThing.cc b/client/snbk/TheBigThing.cc index 9f9f7f0b..c823c621 100644 --- a/client/snbk/TheBigThing.cc +++ b/client/snbk/TheBigThing.cc @@ -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)