Commit 7c282e3c by Daniel Lezcano Committed by Daniel Lezcano

Remove unused nscgroup field

This field is unused. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 4839ec29
...@@ -88,7 +88,7 @@ out: ...@@ -88,7 +88,7 @@ out:
int lxc_rename_nsgroup(const char *name, struct lxc_handler *handler) int lxc_rename_nsgroup(const char *name, struct lxc_handler *handler)
{ {
char oldname[MAXPATHLEN]; char oldname[MAXPATHLEN];
char *newname = handler->nsgroup; char newname[MAXPATHLEN];
char cgroup[MAXPATHLEN]; char cgroup[MAXPATHLEN];
int ret; int ret;
......
...@@ -40,7 +40,6 @@ struct lxc_handler { ...@@ -40,7 +40,6 @@ struct lxc_handler {
char *name; char *name;
lxc_state_t state; lxc_state_t state;
int sigfd; int sigfd;
char nsgroup[MAXPATHLEN];
sigset_t oldmask; sigset_t oldmask;
struct lxc_conf *conf; struct lxc_conf *conf;
struct lxc_operations *ops; struct lxc_operations *ops;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment