Opened 5 years ago
#59540 new defect
pound: unexpected type name 'TABNODE': expected expression; use of undeclared identifier 't'
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | ||
Port: | pound |
Description
config.c:477:36: error: unexpected type name 'TABNODE': expected expression if((res->sessions = LHM_lh_new(TABNODE, t)) == NULL) ^
config.c:477:45: error: use of undeclared identifier 't' if((res->sessions = LHM_lh_new(TABNODE, t)) == NULL) ^
Note: See
TracTickets for help on using
tickets.