Added escape function
authorAlan T. DeKok <aland@freeradius.org>
Wed, 9 Feb 2011 10:52:39 +0000 (11:52 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 9 Feb 2011 10:55:03 +0000 (11:55 +0100)
commit4ab5caf2560048fa4c6e68846a5dc84d40e155e1
tree904fd3d5122bb04f2d99a537d67ae40ef7739625
parent95ee46e169cad00de0f5a9184ae7877a54e3e90d
Added escape function

The rules for redis escaping aren't overly clear.  So we escape
control characters, spaces, and the backslash.
src/modules/rlm_redis/rlm_redis.c