You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/05/17 20:51:33 UTC

[10/50] [abbrv] incubator-mynewt-core git commit: we should return success down here as the command worked

we should return success down here as the command worked


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/b288e8b6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/b288e8b6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/b288e8b6

Branch: refs/heads/master
Commit: b288e8b69c11a8af8359a2dc1aa7b9311f5ef668
Parents: d4d5d75
Author: Paul Dietrich <pa...@yahoo.com>
Authored: Mon May 9 10:41:54 2016 -0700
Committer: Paul Dietrich <pa...@yahoo.com>
Committed: Mon May 9 17:58:58 2016 -0700

----------------------------------------------------------------------
 apps/bletiny/src/cmd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b288e8b6/apps/bletiny/src/cmd.c
----------------------------------------------------------------------
diff --git a/apps/bletiny/src/cmd.c b/apps/bletiny/src/cmd.c
index 420ed6a..8c96bd1 100644
--- a/apps/bletiny/src/cmd.c
+++ b/apps/bletiny/src/cmd.c
@@ -1023,7 +1023,7 @@ cmd_sec_restart(int argc, char **argv)
         return rc;
     }
 
-    return -1;
+    return 0;
 }
 
 static int