aboutsummaryrefslogtreecommitdiff
path: root/tests/sockets/webrtc_peer.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sockets/webrtc_peer.c')
-rw-r--r--tests/sockets/webrtc_peer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sockets/webrtc_peer.c b/tests/sockets/webrtc_peer.c
index 327782d6..7b5f3a8a 100644
--- a/tests/sockets/webrtc_peer.c
+++ b/tests/sockets/webrtc_peer.c
@@ -46,7 +46,7 @@ void iter() {
}
int main(void)
-{
+{
memset(&si_host, 0, sizeof(struct sockaddr_in));
si_host.sin_family = AF_INET;
@@ -63,7 +63,7 @@ int main(void)
iov[0].iov_base = buf;
iov[0].iov_len = sizeof(buf);
-
+
memset (&hdr, 0, sizeof (struct msghdr));
hdr.msg_name = &si_host;