mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Allow to setup GBDE on providers which contain '/' in their names,
e.g. mirror/<name>, stripe/<name>. Approved by: phk
This commit is contained in:
parent
578e7e6070
commit
6eafaa600e
1 changed files with 0 additions and 2 deletions
|
|
@ -812,8 +812,6 @@ main(int argc, char **argv)
|
|||
} else {
|
||||
if (!memcmp(dest, _PATH_DEV, strlen(_PATH_DEV)))
|
||||
strcpy(dest, dest + strlen(_PATH_DEV));
|
||||
if (strchr(dest, '/'))
|
||||
usage("\"dest\" argument must be geom-name\n");
|
||||
}
|
||||
|
||||
memset(&sc, 0, sizeof sc);
|
||||
|
|
|
|||
Loading…
Reference in a new issue