mirror of https://github.com/jimsalterjrs/sanoid
fix unitialized variable
This commit is contained in:
parent
9ec0c0bfb1
commit
7d522fa590
1
syncoid
1
syncoid
|
|
@ -817,6 +817,7 @@ sub checkcommands {
|
|||
|
||||
if (!defined $avail{'sourcecompress'}) { $avail{'sourcecompress'} = ''; }
|
||||
if (!defined $avail{'targetcompress'}) { $avail{'targetcompress'} = ''; }
|
||||
if (!defined $avail{'localcompress'}) { $avail{'localcompress'} = ''; }
|
||||
if (!defined $avail{'sourcembuffer'}) { $avail{'sourcembuffer'} = ''; }
|
||||
if (!defined $avail{'targetmbuffer'}) { $avail{'targetmbuffer'} = ''; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue