mirror of https://github.com/jimsalterjrs/sanoid
Merge pull request #348 from phreaker0/fix-unitialized-variable
fix unitialized variable
This commit is contained in:
commit
5e0617f02e
1
syncoid
1
syncoid
|
|
@ -823,6 +823,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