Fixed string copying in sub variable.
authorAlan T. DeKok <aland@freeradius.org>
Wed, 2 Dec 2009 07:51:27 +0000 (08:51 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 2 Dec 2009 07:51:27 +0000 (08:51 +0100)
commitcc98b28da283816ac97bcf33b9772709c1453d3d
tree57ca7250940df23c7cb319b5da08032cacbdc2df
parent0dc9c00caa80e46ecc916b0a16613c1b0150c443
Fixed string copying in sub variable.

Apparently the only reason this worked before is that no one used it.
The decode_attribute() function did the string copying itself,
and therefore avoided this.
src/main/util.c