Revert "net: Move NetClientState.info_str to dynamic allocations"
Several issues has been reported for query-netdev info
series. Consider it's late in the rc, this reverts commit
commit 59b5437eb7.
Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
@@ -94,7 +94,7 @@ struct NetClientState {
|
||||
NetQueue *incoming_queue;
|
||||
char *model;
|
||||
char *name;
|
||||
char *info_str;
|
||||
char info_str[256];
|
||||
NetdevInfo *stored_config;
|
||||
unsigned receive_disabled : 1;
|
||||
NetClientDestructor *destructor;
|
||||
|
||||
Reference in New Issue
Block a user