correct ^@ incorrectly committed

This commit is contained in:
itojun 2003-07-14 18:26:05 +00:00
parent 6a7d20bb25
commit 1bffbcd4a1

View File

@ -1061,7 +1061,7 @@ start2: for (;;)
== NULL)
def="";
snprintf(buf, sizeof(buf),"%s_value", type);
snprintf(buf, sizeof(buf), "%s_value", type);
if ((value=CONF_get_string(req_conf,attr_sect,buf))
== NULL)
value=NULL;