Skip to content
Snippets Groups Projects
Commit bbe6ec27 authored by Danny Auble's avatar Danny Auble
Browse files

fix for warning

parent 98bee993
No related branches found
No related tags found
No related merge requests found
......@@ -583,7 +583,7 @@ _process_resv_idle_time(List resv_usage_list, List assoc_usage_list)
{
ListIterator r_itr;
local_resv_usage_t *r_usage;
local_id_usage_t *a_usage;
local_id_usage_t *a_usage = NULL;
int seconds;
int last_id = -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment