The unified diff between revisions [2f31bc0e..] and [ee6ec734..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'svr-auth.c'
#
#
# patch "svr-auth.c"
# from [33123dd9234f5a182683a7e33bf45e903112a967]
# to [2e40e70f9bc01b1a58692d8e05fd36d27655b65b]
#
============================================================
--- svr-auth.c 33123dd9234f5a182683a7e33bf45e903112a967
+++ svr-auth.c 2e40e70f9bc01b1a58692d8e05fd36d27655b65b
@@ -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);