swconfig: swlib.c: remove const qualifier for val.s since this is supposed to be free'd
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 46230
This commit is contained in:
@@ -135,7 +135,7 @@ struct switch_val {
|
||||
int err;
|
||||
int port_vlan;
|
||||
union {
|
||||
const char *s;
|
||||
char *s;
|
||||
int i;
|
||||
struct switch_port *ports;
|
||||
} value;
|
||||
|
||||
Reference in New Issue
Block a user