From e067a89594c4337f886055eb8d7d8e9f4444c126 Mon Sep 17 00:00:00 2001 From: Vinicius Costa Gomes Date: Thu, 3 Jul 2008 17:55:33 -0300 Subject: [PATCH] obexd: Forgot to fix Transfer.Started signal for FTP. --- obexd/src/obex.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/obexd/src/obex.c b/obexd/src/obex.c index 15f58d3e4..37f102067 100644 --- a/obexd/src/obex.c +++ b/obexd/src/obex.c @@ -470,7 +470,8 @@ gint os_prepare_put(struct obex_session *os) g_free(path); - emit_transfer_started(os->cid); + if (os->target == NULL) + emit_transfer_started(os->cid); if (!os->buf) { debug("PUT request checked, no buffered data"); -- 2.47.3