# HG changeset patch # User Matt Johnston # Date 1215882030 0 # Node ID f33b0898aaa66e11522777a14716f22045d1c0f3 # Parent 170329dc8ce5dfcf6298e1ad6699f109bf78e73d fill_passwd() doesn't have a return value diff -r 170329dc8ce5 -r f33b0898aaa6 svr-auth.c --- a/svr-auth.c Thu Mar 27 13:34:34 2008 +0000 +++ b/svr-auth.c Sat Jul 12 17:00:30 2008 +0000 @@ -203,7 +203,7 @@ 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);