Fix assignment
This commit is contained in:
parent
b404edda66
commit
a613d6ffb0
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ container_initialize(int argc, VALUE *argv, VALUE self)
|
|||
rb_raise(Error, "error creating container %s", name);
|
||||
|
||||
Data_Get_Struct(self, struct container_data, data);
|
||||
container = data->container;
|
||||
data->container = container;
|
||||
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue