|
|
@ -9,7 +9,7 @@ Subject: [PATCH] Fix potential Lua error (attempt to concatenate a nil value) |
|
|
|
1 file changed, 7 insertions(+), 3 deletions(-)
|
|
|
|
1 file changed, 7 insertions(+), 3 deletions(-)
|
|
|
|
|
|
|
|
|
|
|
|
diff --git a/src/lualdap.c b/src/lualdap.c
|
|
|
|
diff --git a/src/lualdap.c b/src/lualdap.c
|
|
|
|
index 99c756e..d170038 100755
|
|
|
|
index 99c756e..d170038 100644
|
|
|
|
--- a/src/lualdap.c
|
|
|
|
--- a/src/lualdap.c
|
|
|
|
+++ b/src/lualdap.c
|
|
|
|
+++ b/src/lualdap.c
|
|
|
|
@@ -436,10 +436,14 @@ static int result_message (lua_State *L) {
|
|
|
|
@@ -436,10 +436,14 @@ static int result_message (lua_State *L) {
|
|
|
|