Message ID | 20241213111940.3475051-1-quic_amisjain@quicinc.com |
---|---|
State | New |
Headers | show |
Series | [v1] obexctl: Enable Map folderlisting operation from obexctl | expand |
diff --git a/tools/obexctl.c b/tools/obexctl.c index 9adf8088a..304950763 100644 --- a/tools/obexctl.c +++ b/tools/obexctl.c @@ -1265,7 +1265,7 @@ static void map_ls_messages(GDBusProxy *proxy, int argc, char *argv[]) static void map_ls(GDBusProxy *proxy, int argc, char *argv[]) { - if (argc > 1) { + if (argc > 1 && strcmp(".", argv[1]) != 0) { map_ls_messages(proxy, argc, argv); return; }