]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
address: dhcpv6.c: In function 'reply_process_ia_ta': dhcpv6.c:2784: warning: 'p...
authorMark Andrews <marka@isc.org>
Wed, 28 Aug 2013 02:25:33 +0000 (12:25 +1000)
committerMark Andrews <marka@isc.org>
Wed, 28 Aug 2013 02:25:33 +0000 (12:25 +1000)
server/dhcpv6.c

index b65026b354a8341222a918629079e4c336373416..7008817a608cc2fc76f7a9cc51fad62024aaf38d 100644 (file)
@@ -2781,7 +2781,7 @@ temporary_is_available(struct reply_state *reply, struct iaddr *addr) {
 static isc_result_t
 find_client_temporaries(struct reply_state *reply) {
        int i;
-       struct ipv6_pool *p;
+       struct ipv6_pool *p = NULL;
        struct ipv6_pond *pond;
        isc_result_t status = ISC_R_NORESOURCES;;
        unsigned int attempts;