Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/networking/udhcp/dhcprelay.c

    r3232 r3621  
    3434} FIX_ALIASING;
    3535
    36 #define dhcprelay_xid_list (*(struct xid_item*)&bb_common_bufsiz1)
     36#define dhcprelay_xid_list (*(struct xid_item*)bb_common_bufsiz1)
     37#define INIT_G() do { setup_common_bufsiz(); } while (0)
    3738
    3839static struct xid_item *xid_add(uint32_t xid, struct sockaddr_in *ip, int client)
     
    257258    int num_sockets, max_socket;
    258259    uint32_t our_nip;
     260
     261    INIT_G();
    259262
    260263    server_addr.sin_family = AF_INET;
Note: See TracChangeset for help on using the changeset viewer.