From 7f11e259226ce8e7282d7bfea755cba8951aae34 Mon Sep 17 00:00:00 2001 From: gardners Date: Fri, 27 Apr 2012 05:58:31 +0930 Subject: [PATCH] added count to id self/list output to help debug calls from JNI in batphone. --- commandline.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/commandline.c b/commandline.c index a382b5ed..990b4f21 100644 --- a/commandline.c +++ b/commandline.c @@ -1133,6 +1133,7 @@ int app_id_self(int argc, const char *const *argv, struct command_line_option *o /* List my own identities */ overlay_mdp_frame a; int result; + int count=0; a.packetTypeAndFlags=MDP_GETADDRS; if (!strcasecmp(argv[1],"self")) @@ -1160,12 +1161,14 @@ int app_id_self(int argc, const char *const *argv, struct command_line_option *o int i; WHYF("first_sid=%d, last_sid=%d",a.addrlist.first_sid,a.addrlist.last_sid); for(i=0;i