Skip to content

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Mar 11, 2014
1 parent e24b046 commit 8beb7f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/map.c
Expand Up @@ -210,8 +210,10 @@ value_pair_tmpl_t *radius_str2tmpl(TALLOC_CTX *ctx, char const *name, FR_TOKEN t
}

/*
* "foo" is a literal string, and doesn't need to
* be expanded at run time.
* If the double quoted string needs to be
* expanded at run time, make it an xlat
* expansion. Otherwise, convert it to be a
* literal.
*/
if (*p) {
vpt->type = VPT_TYPE_XLAT;
Expand Down

0 comments on commit 8beb7f4

Please sign in to comment.