mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
fill_passwd() doesn't have a return value
--HG-- extra : convert_revision : ee6ec7346a5b4e7330f462ec9e4815f73038e8d0
This commit is contained in:
parent
96bda2af8e
commit
f90f64b5c1
@ -203,7 +203,7 @@ out:
|
||||
m_free(methodname);
|
||||
}
|
||||
|
||||
static int fill_passwd(const char* username) {
|
||||
static void fill_passwd(const char* username) {
|
||||
struct passwd *pw = NULL;
|
||||
if (ses.authstate.pw_name)
|
||||
m_free(ses.authstate.pw_name);
|
||||
|
Loading…
Reference in New Issue
Block a user