Attention is currently required from: pespin, msuraev.
Patch set 1:Code-Review +1
1 comment:
File src/host/layer23/src/common/ms.c:
Patch Set #1, Line 33: ms->name = talloc_strdup(ms, name);
because one thing is what user establishes in VTY and the other is the internal talloc name which ca […]
The reason to keep talloc_strdup() here is because this patch is moving previous code.
But talloc_strdup() is only needed when ms->name can change, so that we can talloc_free(ms->name) safely upon changing the name.
To view, visit change 30971. To unsubscribe, or for help writing mail filters, visit settings.