diff options
Diffstat (limited to 'src/database.c')
-rw-r--r-- | src/database.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database.c b/src/database.c index 01914ee..afe0a8c 100644 --- a/src/database.c +++ b/src/database.c @@ -1379,7 +1379,7 @@ static int do_remount(const char *path, const char *option) if (pid == 0) { execl("/bin/mount", "mount", "-o", "remount", "-o", - option, path, NULL); + option, path, (void*) 0); return 1; } |