diff options
-rw-r--r-- | cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,5 +78,5 @@ int main(int argc, char **argv) fprintf(stderr, "Failed: %s\n", ubus_strerror(ret)); ubus_free(ctx); - return 0; + return ret; } |
index : delta/openwrt/ubus.git | ||
git.openwrt.org: project/ubus.git |
summaryrefslogtreecommitdiff |
-rw-r--r-- | cli.c | 2 |
@@ -78,5 +78,5 @@ int main(int argc, char **argv) fprintf(stderr, "Failed: %s\n", ubus_strerror(ret)); ubus_free(ctx); - return 0; + return ret; } |