Commit Diff


commit - 217211a3830a5c970e76426495e0315c2fa0b32f
commit + 4d94c0a117dfae4e06cd3122cdba647466a2a7ea
blob - 8d999f84ddff7665cd1602d15e11097aa5f62b9d
blob + 700b931c36131a8b0513e60d55ab18b3a8da45d0
--- ctl.c
+++ ctl.c
@@ -133,6 +133,7 @@ struct daemons ctl_daemons[] = {
 
 struct daemons2 ctl_daemons2[] = {
 { "dhcp",	"DHCP",	ctl_dhcp,	DHCPCONF_TEMP,	0600, 0, RT_TABLEID_MAX },
+{ NULL, NULL, NULL, NULL, 0, 0, 0 }
 };
 
 /* per-daemon commands, and their C or executable functions */