]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: hlua: fix indent, remove extra return in hlua_core_get_var()
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 24 Jan 2024 15:17:49 +0000 (16:17 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Wed, 24 Jan 2024 15:27:47 +0000 (16:27 +0100)
This is cleanup patch to address cosmetic issues introduced in f034139bc0
("MINOR: lua: Allow reading "proc." scoped vars from LUA core.")

Also taking this opportunity to prefix the function with __LJMP to
indicate that it may longjump.

No backport needed.

src/hlua.c

index 8f6f988667b58a9e67eefa286fc22600a8d7890e..78004313126029b458c930c57889a08b82d32ce7 100644 (file)
@@ -2011,7 +2011,7 @@ static int hlua_set_map(lua_State *L)
 /* This function is an LUA binding. It provides a function
  * for retrieving a var from the proc scope in core.
  */
- static int hlua_core_get_var(lua_State *L)
+__LJMP static int hlua_core_get_var(lua_State *L)
 {
        const char *name;
        size_t len;
@@ -2033,7 +2033,6 @@ static int hlua_set_map(lua_State *L)
        }
 
        return MAY_LJMP(hlua_smp2lua(L, &smp));
-       return 1;
 }
 
 /* This function disables the sending of email through the