Skip to content

Commit

Permalink
spawn_flag always used.
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Feb 22, 2015
1 parent f5bf4bf commit 978b64d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/main/listen.c
Original file line number Diff line number Diff line change
Expand Up @@ -2981,14 +2981,7 @@ static void *recv_thread(void *arg)
* Generate a list of listeners. Takes an input list of
* listeners, too, so we don't close sockets with waiting packets.
*/
int listen_init(CONF_SECTION *config, rad_listen_t **head,
#ifdef WITH_TLS
bool spawn_flag
#else
UNUSED bool spawn_flag
#endif
)

int listen_init(CONF_SECTION *config, rad_listen_t **head, bool spawn_flag)
{
bool override = false;
CONF_SECTION *cs = NULL;
Expand Down

0 comments on commit 978b64d

Please sign in to comment.