dtcm: Resolve uninitialized warnings

This commit is contained in:
Peter Howkins
2021-12-22 01:26:51 +00:00
committed by Jon Trulson
parent 85684c337a
commit 2c134302c8
13 changed files with 24 additions and 19 deletions

View File

@@ -778,7 +778,7 @@ cms_insert_entry_5_svc(cms_insert_args *args, struct svc_req *svcrq)
cms_key key;
char *user;
uint access, needaccess;
Appt_4 *appt;
Appt_4 *appt = NULL;
if (debug)
fprintf(stderr, "cms_insert_entry_5_svc called\n");