Diff between d2a1f8dae9b8f17caa276788eedd74ed35ab34d7 and b8f65a8ba6a1ed5e5ffac03994d61c538275b722

Changed Files

File Additions Deletions Status
tools/obexctl.c +1 -1 modified

Full Patch

diff --git a/tools/obexctl.c b/tools/obexctl.c
index 86c81d5..46943d6 100644
--- a/tools/obexctl.c
+++ b/tools/obexctl.c
@@ -1710,7 +1710,7 @@ static void pbap_cp(GDBusProxy *proxy, int argc, char *argv[])
 		return;
 	}
 
-	if (strcmp(argv[1], "*") == 0)
+	if (strcmp(argv[1], "*") == 0 || strcmp(argv[1], "*.vcf") == 0)
 		return pbap_pull_all(proxy, argc, argv);
 
 	return pbap_pull(proxy, argc, argv);