From 694b58f9853ab4eeec3ee318e4f31e2370249112 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 7 Nov 2011 22:37:20 +0000 Subject: [PATCH] I guess make this explicit even though it will never happen SVN revision: 64887 --- src/bin/e_sys_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_sys_main.c b/src/bin/e_sys_main.c index 8fad45db1..f37adfac8 100644 --- a/src/bin/e_sys_main.c +++ b/src/bin/e_sys_main.c @@ -180,7 +180,7 @@ main(int argc, eina_strbuf_append_printf(buf, "%s ", argv[i]); } ret = system(eina_strbuf_string_get(buf)); - if ((!strcmp(action, "umount")) && (!ret)) + if (mp && (!strcmp(action, "umount")) && (!ret)) { if (rmdir(mp)) printf("ERROR: COULD NOT UNLINK MOUNT POINT %s\n", mp);