From: Luiz Augusto von Dentz <luiz.dentz-von@xxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html