options is a pretty common symbol, bad idea to use as a global in udhcp when compiling into busybox
This commit is contained in:
@@ -27,7 +27,7 @@ struct dhcp_option {
|
||||
unsigned char code;
|
||||
};
|
||||
|
||||
extern struct dhcp_option options[];
|
||||
extern struct dhcp_option dhcp_options[];
|
||||
extern int option_lengths[];
|
||||
|
||||
unsigned char *get_option(struct dhcpMessage *packet, int code);
|
||||
|
Reference in New Issue
Block a user