summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/samples/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'shlibs/mount/samples/mount.c')
-rw-r--r--shlibs/mount/samples/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shlibs/mount/samples/mount.c b/shlibs/mount/samples/mount.c
index 5e87d88db..8095ffccb 100644
--- a/shlibs/mount/samples/mount.c
+++ b/shlibs/mount/samples/mount.c
@@ -409,7 +409,7 @@ int main(int argc, char **argv)
if (lock)
atexit(lock_atexit_cleanup);
- rc = mnt_mount_context(cxt);
+ rc = mnt_context_mount(cxt);
if (rc) {
/* TODO: call mnt_context_strerror() */
rc = EX_FAIL;