libdtsvc: Resolve Uninitialized warnings
This commit is contained in:
committed by
Jon Trulson
parent
35e94e3878
commit
b807066429
@@ -1003,7 +1003,7 @@ _DtActionConverter(DtDtsDbField * fields,
|
||||
char bigBuf[_DtAct_MAX_BUF_SIZE];
|
||||
char *buf = bigBuf;
|
||||
char *fileName = _DtDbPathIdToString(pathId);
|
||||
char *actionType;
|
||||
char *actionType = NULL;
|
||||
|
||||
_DtSvcProcessLock();
|
||||
if (firstTime)
|
||||
|
||||
Reference in New Issue
Block a user