* [PATCH] Fix folder listing not able to use name header to list sub folders
@ 2010-11-03 9:56 Luiz Augusto von Dentz
2010-11-03 18:14 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Luiz Augusto von Dentz @ 2010-11-03 9:56 UTC (permalink / raw)
To: linux-bluetooth
From: Luiz Augusto von Dentz <luiz.dentz-von@nokia.com>
---
plugins/ftp.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/plugins/ftp.c b/plugins/ftp.c
index 007fe4a..91c77a3 100644
--- a/plugins/ftp.c
+++ b/plugins/ftp.c
@@ -171,9 +171,6 @@ static int get_by_type(struct ftp_session *ftp, const char *type)
if (g_strcmp0(type, CAP_TYPE) == 0)
return obex_get_stream_start(os, capability);
- if (g_strcmp0(type, LST_TYPE) == 0)
- return obex_get_stream_start(os, ftp->folder);
-
path = g_build_filename(ftp->folder, name, NULL);
err = obex_get_stream_start(os, path);
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-03 18:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-03 9:56 [PATCH] Fix folder listing not able to use name header to list sub folders Luiz Augusto von Dentz
2010-11-03 18:14 ` Johan Hedberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox