Use the default request if there's no "." in the reference.
authorAlan T. DeKok <aland@freeradius.org>
Wed, 4 Sep 2013 14:41:52 +0000 (10:41 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 4 Sep 2013 14:46:46 +0000 (10:46 -0400)
commit6c11dbdb704f9a6bc5cb2701b4ac974b162a260e
tree1799de703339043ec21c3cfa79eba600362c6691
parenta5b1b78ee847615804ee2c610747e4eecb7ae72a
Use the default request if there's no "." in the reference.

update outer.reply {
User-Name := foo
}

ends up parsing "User-Name" with a default list of "outer",
BUT because "User-Name" has no ".", the old code would return
a hard-coded CURRENT
src/main/map.c
src/main/util.c