sshfs-mapper: Add missing variable initialization.
git-svn-id: https://websvn.glenux.net/svn/Upoc/sshfs-mapper/trunk@1520 eaee96b3-f302-0410-b096-c6cfd47f7835
This commit is contained in:
parent
a25ada7a59
commit
0a090db765
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ module SshfsMapper
|
||||||
end
|
end
|
||||||
|
|
||||||
@config_dir = xdg_dir + '/sshfs-mapper'
|
@config_dir = xdg_dir + '/sshfs-mapper'
|
||||||
|
@config_file = nil
|
||||||
@maps = []
|
@maps = []
|
||||||
@initialize_enable = false
|
@initialize_enable = false
|
||||||
@umount_enable = false
|
@umount_enable = false
|
||||||
|
|
Loading…
Reference in a new issue