]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Print out the attributes we're using in the accounting stop
authorAlan T. DeKok <aland@freeradius.org>
Tue, 9 Feb 2016 14:04:49 +0000 (09:04 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 9 Feb 2016 14:04:49 +0000 (09:04 -0500)
src/main/session.c

index 6e0d31c9dc716c5b52573516a33ba39c913b73bc..00d39dae4e2c02e9cd248c32a922499a6e4d429a 100644 (file)
@@ -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);
 
        /*