commit | 3aac8a2ff37ba14bf22d27d7ae70ab5345387782 | [log] [tgz] |
---|---|---|
author | yq.wang <yq.wang@mobiletek.cn> | Thu Jan 09 19:57:29 2025 +0800 |
committer | yq.wang <yq.wang@mobiletek.cn> | Thu Jan 09 19:57:29 2025 +0800 |
tree | 4ab3ad3a0ecabfaf56d4d89575ab58926093dc00 | |
parent | 8dc1328d047347f262345d28821f09c19f03c734 [diff] [blame] |
fix bug90145 Change-Id: Id59316a7f2cb68aba75e24a19a226d6639b6e5e7
diff --git a/mbtk/libmbtk_lib/common/mbtk_at.c b/mbtk/libmbtk_lib/common/mbtk_at.c index 8262756..357e1f6 100755 --- a/mbtk/libmbtk_lib/common/mbtk_at.c +++ b/mbtk/libmbtk_lib/common/mbtk_at.c
@@ -156,7 +156,7 @@ { if(at_fd < 0) { LOGW("MBTK AT not inited."); - return 0; + return -1; } close(at_fd);