From 344b1851f8958de3472dc255d076c0266d016738 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sun, 24 Jan 2010 21:00:47 +0000 Subject: [PATCH] sshfs-mapper: Add missing variable initialization. git-svn-id: https://websvn.glenux.net/svn/Upoc/sshfs-mapper/trunk@1520 eaee96b3-f302-0410-b096-c6cfd47f7835 --- config.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config.rb b/config.rb index 0dfba80..c79c5f8 100644 --- a/config.rb +++ b/config.rb @@ -31,6 +31,7 @@ module SshfsMapper end @config_dir = xdg_dir + '/sshfs-mapper' + @config_file = nil @maps = [] @initialize_enable = false @umount_enable = false