2
0
mirror of git://github.com/lxc/lxc synced 2025-08-31 11:59:33 +00:00

Remove unused nscgroup field

This field is unused.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
Daniel Lezcano
2010-12-17 11:43:37 +01:00
committed by Daniel Lezcano
parent 4839ec2994
commit 7c282e3cf4
2 changed files with 1 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ out:
int lxc_rename_nsgroup(const char *name, struct lxc_handler *handler)
{
char oldname[MAXPATHLEN];
char *newname = handler->nsgroup;
char newname[MAXPATHLEN];
char cgroup[MAXPATHLEN];
int ret;

View File

@@ -40,7 +40,6 @@ struct lxc_handler {
char *name;
lxc_state_t state;
int sigfd;
char nsgroup[MAXPATHLEN];
sigset_t oldmask;
struct lxc_conf *conf;
struct lxc_operations *ops;