| commit | 1884d22cb4a7db21efd4040f172fe15902741850 | [log] [tgz] |
|---|---|---|
| author | xj <xj@example.com> | Tue May 10 08:22:22 2022 +0800 |
| committer | xj <xj@example.com> | Tue May 10 08:22:22 2022 +0800 |
| tree | cb3ff325b21432338437353964858d49c1b6c2d6 | |
| parent | 0ebf8c4f86db34b504f1f8310a1de8ee47d7650c [diff] [blame] |
[Bugfix] fix API-304 Change-Id: If48ab245a76b09dc2a4f204fd3f7245a59032dbe
diff --git a/src/lynq/lib/libautosuspend/libautosuspend.c b/src/lynq/lib/libautosuspend/libautosuspend.c index a273595..a8a3940 100644 --- a/src/lynq/lib/libautosuspend/libautosuspend.c +++ b/src/lynq/lib/libautosuspend/libautosuspend.c
@@ -339,7 +339,7 @@ pthread_mutex_unlock(&client_fd_mutex); - return 0; + return 1; } @@ -387,7 +387,7 @@ pthread_mutex_unlock(&client_fd_mutex); - return 0; + return 1; }