Diff between c56078aaef466c9def956031c9e23907f7ab67c0 and 6832175e05e44f58b9ade002adaa5af22e91811d
Changed Files
| File | Additions | Deletions | Status |
| sap/server.c | +1 | -1 | modified |
Full Patch
diff --git a/sap/server.c b/sap/server.c
index eaf9d86..945d599 100644
--- a/sap/server.c
+++ b/sap/server.c
@@ -1265,7 +1265,7 @@ static DBusMessage *disconnect(DBusConnection *conn, DBusMessage *msg,
return message_failed(msg, "Client already disconnected");
if (disconnect_req(server->conn, SAP_DISCONNECTION_TYPE_GRACEFUL) < 0)
- return g_dbus_create_error(msg, ERROR_INTERFACE ".Failed",
+ return g_dbus_create_error(msg, ERROR_INTERFACE ".Failed",
"There is no active connection");
return dbus_message_new_method_return(msg);