I guess make this explicit even though it will never happen

SVN revision: 64887
This commit is contained in:
Mike Blumenkrantz 2011-11-07 22:37:20 +00:00
parent a0c180f41a
commit 694b58f985
1 changed files with 1 additions and 1 deletions

View File

@ -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);