Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber 2014-02-17 17:45:10 -05:00
parent e403a06423
commit 442f5c0fdf
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -613,7 +613,7 @@ static bool fetch_seccomp(const char *name, const char *lxcpath,
if (!c->lxc_conf)
return false;
if (lxc_read_seccomp_config(c->lxc_conf) < 0) {
ERROR("Error reaading seccomp policy");
ERROR("Error reading seccomp policy");
return false;
}