fixed copy&paste error
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 5 Mar 2004 04:40:29 +0000 (04:40 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 5 Mar 2004 04:40:29 +0000 (04:40 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1090 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/ensc_wrappers/wrappers-vserver.hc

index b3bd834..05b9ad6 100644 (file)
@@ -61,5 +61,5 @@ Evc_get_flags(xid_t xid, struct vc_ctx_flags *flags)
 inline static WRAPPER_DECL void
 Evc_set_flags(xid_t xid, struct vc_ctx_flags const *flags)
 {
-  FatalErrnoError(vc_set_flags(xid, flags)!=-1, "vc_get_flags()");
+  FatalErrnoError(vc_set_flags(xid, flags)!=-1, "vc_set_flags()");
 }