From 4b2c5174eed10ba5d342face4975b209badf81b8 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 4 May 2018 13:44:51 +0200 Subject: src/pam-x2go-children.h: Fix not-yet-renamed rsession -> rcommand in pam-x2go-children prototypes. --- src/pam-x2go-children.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pam-x2go-children.h b/src/pam-x2go-children.h index 1d7ee34..1802ff2 100644 --- a/src/pam-x2go-children.h +++ b/src/pam-x2go-children.h @@ -26,8 +26,8 @@ #define ALL_GOOD_SIGNAL "Ar, ready to authenticate cap'n" void -pam_sm_authenticate_helper (int *stdinpipe, const char* username, const char* rhost, const char* ruser, const char* rsession); +pam_sm_authenticate_helper (int *stdinpipe, const char* username, const char* rhost, const char* ruser, const char* rcommand); int -session_socket_handler (struct passwd * pwdent, int readypipe, const char * ruser, const char * rhost, const char * rsession, const char * password); +session_socket_handler (struct passwd * pwdent, int readypipe, const char * ruser, const char * rhost, const char * rcommand, const char * password); #endif //_PAM_X2GO_CHILDREN_H_ -- cgit v1.2.3