summaryrefslogtreecommitdiff
path: root/src/quotacheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/quotacheck.c')
-rw-r--r--src/quotacheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quotacheck.c b/src/quotacheck.c
index c7b20a60e6..ba12b27caa 100644
--- a/src/quotacheck.c
+++ b/src/quotacheck.c
@@ -35,7 +35,7 @@ static int parse_proc_cmdline(void) {
int r;
size_t l;
- if (detect_virtualization(NULL) > 0)
+ if (detect_container(NULL) > 0)
return 0;
if ((r = read_one_line_file("/proc/cmdline", &line)) < 0) {