Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
comparison sbin/fzfs @ 661:1e6c86f0a850
fzfs: FIX: Variable name mismatch between "local" declaration and real usage: now snapshot_name -> _snapshot_name
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 29 Sep 2024 16:22:45 +0200 |
| parents | 4f2257ea7d0a |
| children | bc418b122fc9 |
comparison
equal
deleted
inserted
replaced
| 660:82a98db83a13 | 661:1e6c86f0a850 |
|---|---|
| 471 #: | 471 #: |
| 472 command_clone_tree() { | 472 command_clone_tree() { |
| 473 local _ds_source _ds_dest | 473 local _ds_source _ds_dest |
| 474 local _opt_keep _opt_dry_run | 474 local _opt_keep _opt_dry_run |
| 475 | 475 |
| 476 local _ds snapshot_name _ds_source_base _ds_relname | 476 local _ds _snapshot_name _ds_source_base _ds_relname |
| 477 local _ds_canmount _ds_mountpoint | 477 local _ds_canmount _ds_mountpoint |
| 478 local _clone_props _arg_canmount _args_other_clone_props | 478 local _clone_props _arg_canmount _args_other_clone_props |
| 479 local _opt _idx _idx_lp _prop _propvalue | 479 local _opt _idx _idx_lp _prop _propvalue |
| 480 local _ds_tree _cloned_datasets _local_props | 480 local _ds_tree _cloned_datasets _local_props |
| 481 | 481 |
