Still need to set the value field
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 5 Mar 2016 03:54:33 +0000 (22:54 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 5 Mar 2016 03:54:44 +0000 (22:54 -0500)
src/modules/rlm_sql/sql.c

index e364fe5..643d68a 100644 (file)
@@ -147,6 +147,8 @@ int sql_fr_pair_list_afrom_str(TALLOC_CTX *ctx, REQUEST *request, VALUE_PAIR **h
                return -1;
        }
 
+       value = row[3];
+
        /*
         *      If we have a new-style quoted string, where the
         *      *entire* string is quoted, do xlat's.