diff --git a/src/Cedar/Admin.c b/src/Cedar/Admin.c index 070e687e..72833cd1 100644 --- a/src/Cedar/Admin.c +++ b/src/Cedar/Admin.c @@ -8156,7 +8156,7 @@ UINT StGetServerCipherList(ADMIN *a, RPC_STR *t) { UINT size = StrSize(ciphers->Token[0]); t->String = Malloc(size); - StrCat(t->String, size, ciphers->Token[0]); + StrCpy(t->String, size, ciphers->Token[0]); i = 1; for (; i < ciphers->NumTokens; i++)