summaryrefslogtreecommitdiff
path: root/src/mount.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-05 01:08:13 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-05 01:08:13 +0200
commit74922904348e53a992af63c581d4ccd3317ccce0 (patch)
tree7fd6588cbaf49feda15d3dd02fcd23ea9911124e /src/mount.c
parenta567261a29b4e19c0c195240411b7562063d99f8 (diff)
turn negative options into positive options
Diffstat (limited to 'src/mount.c')
-rw-r--r--src/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mount.c b/src/mount.c
index b99e5ffe8b..6da880eb8f 100644
--- a/src/mount.c
+++ b/src/mount.c
@@ -68,7 +68,7 @@ static void mount_init(Unit *u) {
* the same process group as us, so that the autofs kernel
* side doesn't send us another mount request while we are
* already trying to comply its last one. */
- m->exec_context.no_setsid = true;
+ m->exec_context.same_pgrp = true;
m->timer_watch.type = WATCH_INVALID;