* amd/amq_svc.c (amqsvc_is_client_allowed): rewrite function to
authorErez Zadok <ezk@cs.sunysb.edu>
Sat, 28 May 2005 16:39:23 +0000 (16:39 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Sat, 28 May 2005 16:39:23 +0000 (16:39 +0000)
commitaaeb547ed468f9b7e902575e8a275efed4defd98
treece65fb69b792ddd425ade4aec562fd0a2d589f1e
parent2764716f7963b717ef055914af68ca8cd8c6b868
* amd/amq_svc.c (amqsvc_is_client_allowed): rewrite function to
avoid only use of alloca() in am-utils, and to use strdup
explicitly.  This way we can avoid using alloca, a feature that's
not portable on various systems.
ChangeLog
amd/amq_svc.c