This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a commit to branch feature/conan_support
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 9083b3de1ba12624e583d56670239d0bc4ba43de
Author: PengZheng <[email protected]>
AuthorDate: Fri Mar 11 22:51:15 2022 +0800

    Fix bonjour shell compilation failure.
---
 bundles/shell/shell_bonjour/private/src/bonjour_shell.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bundles/shell/shell_bonjour/private/src/bonjour_shell.c 
b/bundles/shell/shell_bonjour/private/src/bonjour_shell.c
index 87f2d03..67cc5b6 100644
--- a/bundles/shell/shell_bonjour/private/src/bonjour_shell.c
+++ b/bundles/shell/shell_bonjour/private/src/bonjour_shell.c
@@ -345,7 +345,7 @@ static void bonjourShell_parseCommand(bonjour_shell_pt 
shell, struct connection_
                         FILE *out = open_memstream(&outbuf, &outsize);
                         FILE *err = open_memstream(&errbuf, &errsize);
 
-                        shell->service->executeCommand(shell->service->shell, 
(char *) command, out, err);
+                        shell->service->executeCommand(shell->service->handle, 
(char *) command, out, err);
 
                         fclose(out);
                         fclose(err);

Reply via email to