Skip to content

Commit f736539

Browse files
committed
Fix null reference in ipam plugin
1 parent 3896080 commit f736539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/ipam/plugin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ func handler6(req, resp dhcpv6.DHCPv6) (dhcpv6.DHCPv6, bool) {
7575
return nil, true
7676
}
7777

78-
return nil, false
78+
return resp, false
7979
}

0 commit comments

Comments
 (0)