Fix BSD and Sun problems after coverity fixes

This commit is contained in:
Ulrich Wilkens
2018-05-31 22:47:27 +02:00
committed by Jon Trulson
parent 15fb8cea03
commit 16fbb15ecc
12 changed files with 31 additions and 16 deletions

View File

@@ -1910,7 +1910,7 @@ RunGreeter( struct display *d, struct greet_info *greet,
char *p;
char **env;
char *path;
struct greet_state state = {};
struct greet_state state;
int notify_dt;
int dupfp = -1;
int dupfp2 = -1;