Skip to content

Commit

Permalink
Merge branch 'main' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmartineau committed May 13, 2024
2 parents c884da0 + 5eea3f4 commit 7a77d6d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: C/C++ CI

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ell-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: ELL master

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/multipath-tcp.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: multipath-tcp.org kernel

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Copyright (c) 2017-2021, Intel Corporation -->

[![C/C++ CI](https://github.com/multipath-tcp/mptcpd/actions/workflows/ccpp.yml/badge.svg)](https://github.com/multipath-tcp/mptcpd/actions/workflows/ccpp.yml)
[![Coverage Status](https://coveralls.io/repos/github/multipath-tcp/mptcpd/badge.svg?branch=master)](https://coveralls.io/github/multipath-tcp/mptcpd?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/multipath-tcp/mptcpd/badge.svg?branch=main)](https://coveralls.io/github/multipath-tcp/mptcpd?branch=main)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE_OF_CONDUCT.md)

# Multipath TCP Daemon
Expand Down
2 changes: 1 addition & 1 deletion tests/mptcpwrap-tester.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static void test_socket_data(struct socket_data const *data)
"WARNING: Ignoring unsupported "
"protocol: %d - %s\n",
data->protocol,
p->p_name);
p ? p->p_name : "Unknown");

return;
}
Expand Down

0 comments on commit 7a77d6d

Please sign in to comment.