summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-01-23 16:13:51 +0100
committerJens Georg <mail@jensge.org>2022-01-23 16:13:51 +0100
commitb98dc8342c58d8f154c5ac147325feb8d42c6167 (patch)
treee690a2fcc0a65e0c82c53872d9b35fbe73056b05
parent17943f1ba17d192e867fc819b7a42b6982b2dee4 (diff)
downloadgupnp-b98dc8342c58d8f154c5ac147325feb8d42c6167.tar.gz
ServiceProxy: Use default reason phrase
-rw-r--r--libgupnp/gupnp-service-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgupnp/gupnp-service-proxy.c b/libgupnp/gupnp-service-proxy.c
index 031ab9e..99861bb 100644
--- a/libgupnp/gupnp-service-proxy.c
+++ b/libgupnp/gupnp-service-proxy.c
@@ -1034,7 +1034,7 @@ server_handler (G_GNUC_UNUSED SoupServer *soup_server,
}
/* Everything went OK */
- soup_server_message_set_status (msg, SOUP_STATUS_OK, "Ok");
+ soup_server_message_set_status (msg, SOUP_STATUS_OK, NULL);
}
/*