Critical bug fix. - susmb - mounting of SMB/CIFS shares via FUSE | |
git clone git://git.codemadness.org/susmb | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 7c1c8269f8152a0b6b67183f01b24a80d3b3c37d | |
parent 3f2aa4880ce666e10ff6bafe46d4041e7e49fe8b | |
Author: geoff <devnull@localhost> | |
Date: Tue, 2 Jan 2007 22:23:33 +0000 | |
Critical bug fix. | |
Diffstat: | |
M usmb.c | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/usmb.c b/usmb.c | |
@@ -241,7 +241,7 @@ int main (int argc, char **argv) | |
if (NULL == cf) | |
return EXIT_FAILURE; | |
- struct mount *mount = conffile_get_mount (cf, mountid); | |
+ mount = conffile_get_mount (cf, mountid); | |
if (NULL == mount) | |
{ | |
fprintf (stderr, "Mount %s not defined in configuration file %s\n", |