[gssdp] net-posix: Add missing break
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gssdp] net-posix: Add missing break
- Date: Sun, 7 Aug 2022 17:41:17 +0000 (UTC)
commit 422d3880e7b06b7d125f7191433c4a0edc058cb7
Author: Jens Georg <mail jensge org>
Date: Sun Aug 7 19:31:15 2022 +0200
net-posix: Add missing break
Line removed accidentally...
libgssdp/gssdp-net-posix.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/libgssdp/gssdp-net-posix.c b/libgssdp/gssdp-net-posix.c
index be5a343..31a9e3a 100644
--- a/libgssdp/gssdp-net-posix.c
+++ b/libgssdp/gssdp-net-posix.c
@@ -496,6 +496,7 @@ gssdp_net_get_host_ip (GSSDPNetworkDevice *device, GError **error)
case AF_INET:
case AF_INET6:
device->host_addr = g_object_ref (device_addr);
+ break;
default:
/* We filtered this out in the list before */
g_assert_not_reached ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]