commit | 0bb28dc6ae5c32d9843b84691d399fbd5b5a4028 | [log] [tgz] |
---|---|---|
author | xj <xj@example.com> | Tue May 10 08:22:22 2022 +0800 |
committer | rjw <rjw@exm.com> | Tue May 17 18:47:31 2022 +0800 |
tree | 165dc9d3db1111f7a69631f34e1904d04b475e99 | |
parent | da4933f097a4b9df4e5b3d72ffa369fe698a3fc3 [diff] [blame] |
[Bugfix] fix API-304 Change-Id: If48ab245a76b09dc2a4f204fd3f7245a59032dbe
diff --git a/lib/libautosuspend/libautosuspend.c b/lib/libautosuspend/libautosuspend.c index a273595..a8a3940 100644 --- a/lib/libautosuspend/libautosuspend.c +++ b/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; }