packet types. We then need to require config for username / password,
for Access-Request, and just username for Accounting-Request.
+* fix fork
+
+ fork server.packet-type {
+ &foo += &parent:bar
+ }
+
+* fork is an 'update' section that also runs a new virtual server. A
+ little weird, but it should work.
+
+* needs helper functions in virtual_server.c to do it.. and to create
+ child REQUEST async stuff with listen, protocol handler, etc.
+
+* fork also needs to do this sanity check on compile, so that it knows
+ it can dereference things which exist...
\ No newline at end of file
fr_packet_codes[u->code], u->rr->id, u->packet_len, c->name);
rdebug_pair_list(L_DBG_LVL_2, request, request->packet->vps, NULL);
if (u->extra) rdebug_pair_list(L_DBG_LVL_2, request, u->extra, NULL);
- if (u->manual_delay_time) {
+ if (u->manual_delay_time && m->acct_delay_time) {
uint32_t delay;
memcpy(&delay, u->acct_delay_time, 4);