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:
Glenn Y. Rolland 2010-01-24 21:00:47 +00:00
parent 04c286e0d4
commit 344b1851f8

View file

@ -31,6 +31,7 @@ module SshfsMapper
end
@config_dir = xdg_dir + '/sshfs-mapper'
@config_file = nil
@maps = []
@initialize_enable = false
@umount_enable = false