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:
glenux 2010-01-24 21:00:47 +00:00
parent a25ada7a59
commit 0a090db765

View file

@ -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