diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pam-freerdp2-children.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pam-freerdp2-children.h b/src/pam-freerdp2-children.h index 1109587..dac3b19 100644 --- a/src/pam-freerdp2-children.h +++ b/src/pam-freerdp2-children.h @@ -16,8 +16,8 @@ * Author: Ted Gould <ted@canonical.com> */ -#ifndef _PAM_FREERDP_CHILDREN_H_ -#define _PAM_FREERDP_CHILDREN_H_ +#ifndef _PAM_FREERDP2_CHILDREN_H_ +#define _PAM_FREERDP2_CHILDREN_H_ #define PAM_TYPE_RDP_USER 1234 #define PAM_TYPE_RDP_SERVER 1235 @@ -29,4 +29,4 @@ pam_sm_authenticate_helper (int *stdinpipe, const char* username, const char* rh int session_socket_handler (struct passwd * pwdent, int readypipe, const char * ruser, const char * rhost, const char * rdomain, const char * password); -#endif //_PAM_FREERDP_CHILDREN_H_ +#endif //_PAM_FREERDP2_CHILDREN_H_ |