Skip to content

Commit

Permalink
Change to ACAP SDK 4.13 (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: Mattias Axelsson <mattiaax@axis.com>
  • Loading branch information
github-actions[bot] and killenheladagen authored Apr 4, 2024
1 parent eadefc9 commit f7a5bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG DOCKER_COMPOSE_VERSION=v2.25.0
ARG REPO=axisecp
ARG ACAPARCH=armv7hf

ARG VERSION=1.3
ARG VERSION=1.13
ARG UBUNTU_VERSION=22.04
ARG NATIVE_SDK=acap-native-sdk

Expand Down
2 changes: 1 addition & 1 deletion app/dockerdwrapperwithcompose.c
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ dockerd_process_exited_callback(GPid pid,
{
struct app_state *app_state = app_state_void_ptr;
GError *error = NULL;
if (!g_spawn_check_exit_status(status, &error)) {
if (!g_spawn_check_wait_status(status, &error)) {
syslog(LOG_ERR, "Dockerd process exited with error: %d", status);
g_clear_error(&error);
}
Expand Down

0 comments on commit f7a5bd5

Please sign in to comment.