Added API to allocate a reply packet from a request packet.
authorAlan T. DeKok <aland@freeradius.org>
Tue, 17 Mar 2009 16:04:08 +0000 (17:04 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 17 Mar 2009 16:04:08 +0000 (17:04 +0100)
commitb6d5b23403f04029df6e9ac77ca6b697be3f5053
treee686533fb3da189e8379ec8f845ec26935692409
parent73daddac45c04e9de7ea8c3174437c70e93486e9
Added API to allocate a reply packet from a request packet.

This simplifies the rest of the code, as it now doesn't have to
copy src/dst of packet to dst/src reply.
src/include/libradius.h
src/lib/radius.c