cdp: fix compiler warnings
> acctstatemachine.c: In function 'update_gsu_response_timers':
> acctstatemachine.c:80:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
> if (mscc_avp_list.head);
> ^~
> acctstatemachine.c:81:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
> AAAFreeAVPList(&mscc_avp_list);
> ^~~~~~~~~~~~~~
> authstatemachine.c: In function 'add_auth_session_timers':
> authstatemachine.c:234:32: warning: 'lifetime' may be used uninitialized in this function [-Wmaybe-uninitialized]
> x->last_requested_timeout = lifetime;
> ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~