From 0e0afc1bc63dc3957d999ed3a7d99c11084e0d52 Mon Sep 17 00:00:00 2001 From: Ciro Santilli <ciro.santilli@savoirfairelinux.com> Date: Wed, 10 Feb 2016 15:18:51 +0100 Subject: [PATCH] Broken state: call break after. dring fails with: dring: ../src/pj/timer.c:501: schedule_w_grp_lock: Assertion `entry->cb != ((void *)0)' failed. --- client-windows | 2 +- daemon | 2 +- lrc | 2 +- ubuntu-15.10-run.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client-windows b/client-windows index 389a2296..c4b1a103 160000 --- a/client-windows +++ b/client-windows @@ -1 +1 @@ -Subproject commit 389a229654e1b2fe6d3fd020b15acef169f6b32b +Subproject commit c4b1a1030bdf5b96dc4685a4eb4ea6d3971604dd diff --git a/daemon b/daemon index 8f8eb254..3d2aefda 160000 --- a/daemon +++ b/daemon @@ -1 +1 @@ -Subproject commit 8f8eb254a522faded0190b769ac0da2e7606a118 +Subproject commit 3d2aefda51fa365325013c5804722bdba7063788 diff --git a/lrc b/lrc index 0e79b741..3676a7a0 160000 --- a/lrc +++ b/lrc @@ -1 +1 @@ -Subproject commit 0e79b741d9a139f4fc46ff98cececbf9ea4fefdf +Subproject commit 3676a7a05ec852c3c3f8f1b80e3ee549794b343c diff --git a/ubuntu-15.10-run.sh b/ubuntu-15.10-run.sh index ca418d5b..6e231d51 100755 --- a/ubuntu-15.10-run.sh +++ b/ubuntu-15.10-run.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Run local install daemon and client that have\ +# Run local install daemon and client that have # been installed with the install script on the background. cd "$(dirname "${BASH_SOURCE[0]}")" ./install/daemon/libexec/dring >>daemon.log 2>&1 & -- GitLab