diff --git a/src/Cedar/Server.c b/src/Cedar/Server.c index 5ac3e3e7..b0d64b84 100644 --- a/src/Cedar/Server.c +++ b/src/Cedar/Server.c @@ -1359,7 +1359,7 @@ void GetServerCaps(SERVER *s, CAPSLIST *t) GetServerCapsMain(s, s->CapsListCache); } - Copy(t, s->CapsListCache, sizeof(s->CapsListCache)); + Copy(t, s->CapsListCache, sizeof(CAPSLIST)); } Unlock(s->CapsCacheLock); }