From: Timo Sirainen Date: Fri, 21 May 2021 14:48:48 +0000 (+0300) Subject: lib-lua: Update dlua_script_create_*() comment X-Git-Tag: 2.3.16~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f98565367017880da7a87b0e17cb935525806f3c;p=thirdparty%2Fdovecot%2Fcore.git lib-lua: Update dlua_script_create_*() comment Reusing existing scripts wasn't actually implemented. --- diff --git a/src/lib-lua/dlua-script.h b/src/lib-lua/dlua-script.h index e5cabece38..5b4d030b34 100644 --- a/src/lib-lua/dlua-script.h +++ b/src/lib-lua/dlua-script.h @@ -3,8 +3,7 @@ struct dlua_script; -/* Parse and load a lua script. Will reuse an existing script - if found. */ +/* Parse and load a lua script. */ int dlua_script_create_string(const char *str, struct dlua_script **script_r, struct event *event_parent, const char **error_r); int dlua_script_create_file(const char *file, struct dlua_script **script_r,