summaryrefslogtreecommitdiff
path: root/src/libnsss/nsss_switch_pwd_get.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnsss/nsss_switch_pwd_get.c')
-rw-r--r--src/libnsss/nsss_switch_pwd_get.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnsss/nsss_switch_pwd_get.c b/src/libnsss/nsss_switch_pwd_get.c
index 0c630f8..6b9c310 100644
--- a/src/libnsss/nsss_switch_pwd_get.c
+++ b/src/libnsss/nsss_switch_pwd_get.c
@@ -6,7 +6,7 @@
#include <nsss/nsss-switch.h>
#include "nsss-switch-internal.h"
-int nsss_switch_pwd_get (nsss_switch_t *a, struct passwd *pw, stralloc *sa, tain_t const *deadline, tain_t *stamp)
+int nsss_switch_pwd_get (nsss_switch_t *a, struct passwd *pw, stralloc *sa, tain const *deadline, tain *stamp)
{
char c = NSSS_SWITCH_PWD_GET ;
if (!ipc_timed_send(buffer_fd(&a->b), &c, 1, deadline, stamp)) return 0 ;