diff options
| author | Michael Tuexen <tuexen@FreeBSD.org> | 2017-09-15 20:46:51 +0000 |
|---|---|---|
| committer | Michael Tuexen <tuexen@FreeBSD.org> | 2017-09-15 20:46:51 +0000 |
| commit | 05d70babff56844226fd0cdca836a85037350c82 (patch) | |
| tree | 74bea90bbef948ee67bcc833e55d713cebf9a189 /usr.bin | |
| parent | 7c9470c075b4bbe778483505334ea5bbf97e1fd7 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/sockstat/sockstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sockstat/sockstat.c b/usr.bin/sockstat/sockstat.c index a4de5d18a05b..ea439dc8d1f1 100644 --- a/usr.bin/sockstat/sockstat.c +++ b/usr.bin/sockstat/sockstat.c @@ -535,7 +535,7 @@ gather_sctp(void) "address family %d not supported", xraddr->address.sa.sa_family); } - faddr->encaps_port = xraddr->encaps_port; + faddr->encaps_port = xraddr->encaps_port; faddr->state = xraddr->state; faddr->next = NULL; if (prev_faddr == NULL) |
