strc{py,at}_truncate -> strlc{py,at}
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6985 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -279,7 +279,7 @@ proto (int sock, const char *service)
|
||||
goto out;
|
||||
|
||||
}
|
||||
strcpy_truncate(krb5_tkfile,ccname,sizeof(krb5_tkfile));
|
||||
strlcpy(krb5_tkfile,ccname,sizeof(krb5_tkfile));
|
||||
syslog_and_cont("%s forwarded ticket to %s,%s",
|
||||
name,
|
||||
(char *)(remotename.data),ccname);
|
||||
|
Reference in New Issue
Block a user