Diff between 477147b9827960cb0d639bb5c9a352b970434f93 and a910ffecae09677b3e93dfd03faa6a88a7134380

Changed Files

File Additions Deletions Status
android/client/if-hf-client.c +2 -1 modified

Full Patch

diff --git a/android/client/if-hf-client.c b/android/client/if-hf-client.c
index 57b32e5..ff18a5e 100644
--- a/android/client/if-hf-client.c
+++ b/android/client/if-hf-client.c
@@ -530,7 +530,8 @@ static void dial_p(int argc, const char **argv)
 
 	/* number string */
 	if (argc <= 2) {
-		haltest_error("No number specified\n");
+		haltest_info("Number not specified. Redial\n");
+		EXEC(if_hf_client->dial, NULL);
 		return;
 	}