Skip to content
Snippets Groups Projects
Commit bf9dbdb6 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

Make a verbatim copy directly

parent 1b1fea9a
No related branches found
No related tags found
No related merge requests found
......@@ -37,15 +37,8 @@ int parse_store_environ(resolve_service_t *res, char *store, int idsec, int idke
case KEY_ENVIRON_ENVAL:
if (!auto_stra(&sa, store))
goto err ;
if (!env_clean_with_comment(&sa))
log_warnu_return(LOG_EXIT_ZERO,"clean environment value") ;
res->environ.env = resolve_add_string(wres, sa.s) ;
res->environ.env = resolve_add_string(wres, store) ;
sa.len = 0 ;
if (!env_resolve_conf(&sa, res))
goto err ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment