diff options
Diffstat (limited to 'nscd/pwdcache.c')
-rw-r--r-- | nscd/pwdcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/pwdcache.c b/nscd/pwdcache.c index 7e35bef1cc..85a3fd529e 100644 --- a/nscd/pwdcache.c +++ b/nscd/pwdcache.c @@ -207,7 +207,7 @@ addpwbyname (struct database *db, int fd, request_header *req, uid_t oldeuid = 0; if (debug_level > 0) - dbg_log (_("Haven't found \"%s\" in password cache!"), key); + dbg_log (_("Haven't found \"%s\" in password cache!"), (char *)key); if (secure[pwddb]) { |