This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
pam_usb
mirror of
https://github.com/Fincer/pam_usb
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
Browse Source
Umount if failed?
master
Andrey Utkin
9 years ago
parent
a8a346c1a0
commit
52c59e7ec6
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/volume.c
+ 1
- 0
src/volume.c
View File
@ -143,6 +143,7 @@ char *pusb_volume_get(t_pusb_options *opts, DBusConnection *dbus)
if
(
!
mount_point
)
{
log_error
(
"
Unable to retrieve %s mount point
\n
"
,
volume_udi
)
;
pusb_volume_destroy
(
mount_point
)
;
return
(
NULL
)
;
}
return
(
mount_point
)
;
Write
Preview
Loading…
Cancel
Save