libdtsvc: Resolve Uninitialized warnings
This commit is contained in:
committed by
Jon Trulson
parent
35e94e3878
commit
b807066429
@@ -290,7 +290,7 @@ _DtGetEntries(
|
||||
int dosort )
|
||||
{
|
||||
char *line, *colon, *temp, *str, *temp2;
|
||||
Entry entry;
|
||||
Entry entry = { NULL, NULL, 0, False };
|
||||
int length;
|
||||
int lineno = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user