summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sdpd-request.c2
-rw-r--r--src/sdpd-server.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/sdpd-request.c b/src/sdpd-request.c
index 1015213f..b5e9fe10 100644
--- a/src/sdpd-request.c
+++ b/src/sdpd-request.c
@@ -908,7 +908,7 @@ send_rsp:
bt_put_unaligned(htons(status), (uint16_t *)rsp.data);
rsp.data_size = sizeof(uint16_t);
}
-
+
SDPDBG("Sending rsp. status %d", status);
rsphdr->tid = reqhdr->tid;
diff --git a/src/sdpd-server.c b/src/sdpd-server.c
index aa1426a1..6cc09590 100644
--- a/src/sdpd-server.c
+++ b/src/sdpd-server.c
@@ -177,7 +177,7 @@ static gboolean io_session_event(GIOChannel *chan, GIOCondition cond, gpointer d
sdp_svcdb_collect_all(sk);
return FALSE;
}
-
+
handle_request(sk, buf, len);
return TRUE;