]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-lua: Update dlua_script_create_*() comment
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Fri, 21 May 2021 14:48:48 +0000 (17:48 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Tue, 1 Jun 2021 09:35:08 +0000 (09:35 +0000)
Reusing existing scripts wasn't actually implemented.

src/lib-lua/dlua-script.h

index e5cabece387c9b74c4375ab601fe14a1531c2ee5..5b4d030b3401acb463d05ddc6182d507420621bc 100644 (file)
@@ -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,