Skip to content

Commit

Permalink
Print out the attributes we're using in the accounting stop
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Feb 9, 2016
1 parent 768bca0 commit 1d458c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/session.c
Expand Up @@ -103,6 +103,8 @@ int session_zap(REQUEST *request, uint32_t nasaddr, uint32_t nas_port,
stopreq->username = userpair;
stopreq->password = NULL;

RDEBUG("Running Accounting section for automatically created accounting 'stop'");
rdebug_pair_list(L_DBG_LVL_1, request, request->packet->vps, NULL);
ret = rad_accounting(stopreq);

/*
Expand Down

0 comments on commit 1d458c9

Please sign in to comment.