Fix warnings (some bugs, some spurious)
Many spurious VC warnings not quieted though.
This commit is contained in:
@@ -319,8 +319,8 @@ roken_get_loginname(char *user, size_t usersz)
|
||||
if (errno != ENOENT)
|
||||
return NULL;
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
errno = 0;
|
||||
return NULL;
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user