Module Name: krb5 Committed By: raeburn Date: Fri Jun 10 01:47:29 UTC 2005 Modified Files: krb5/src/lib/krb5/os/ChangeLog krb5/src/lib/krb5/os/sendto_kdc.c Added Files: Removed Files: Log Message ticket: 3060 status: open * sendto_kdc.c (service_fds): Don't create a select_state on the stack; take an additional argument pointing to it. (krb5int_sendto): Don't create a select_state on the stack; instead, allocate two on the heap, passing the second as the new argument to service_fds. To generate a diff of this commit: cvs diff -r5.422 -r5.423 krb5/src/lib/krb5/os/ChangeLog cvs diff -r5.75 -r5.76 krb5/src/lib/krb5/os/sendto_kdc.c