osmo-el2tpd/src
Harald Welte 08bff6424e l2tpd_packet: Fix compiler warnings
../../../src/l2tpd_packet.c: In function ‘l2tp_rcvmsg_control’:
../../../src/l2tpd_packet.c:586:26: error: ‘router_id’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
  586 |    l2c->remote.router_id = router_id;
      |    ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../../../src/l2tpd_packet.c:577:25: note: ‘router_id’ was declared here
  577 |   uint32_t remote_ccid, router_id;
      |                         ^~~~~~~~~
../../../src/l2tpd_packet.c:582:20: error: ‘remote_ccid’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
  582 |   l2c->remote.ccid = remote_ccid;
      |   ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~

Change-Id: I8d44ca64b2fc08184b40d16b90273c2a152ef00c
2020-05-03 21:31:11 +02:00
..
rfc rename paths 2020-05-03 19:28:01 +02:00
Makefile.am convert to autotools 2020-05-03 19:28:03 +02:00
crc32.c rename paths 2020-05-03 19:28:01 +02:00
crc32.h rename paths 2020-05-03 19:28:01 +02:00
l2tp_protocol.h Add copyright statements + license disclaimer everywhere 2020-05-03 19:28:03 +02:00
l2tpd.c Add copyright statements + license disclaimer everywhere 2020-05-03 19:28:03 +02:00
l2tpd.h Add copyright statements + license disclaimer everywhere 2020-05-03 19:28:03 +02:00
l2tpd_data.c Add copyright statements + license disclaimer everywhere 2020-05-03 19:28:03 +02:00
l2tpd_data.h rename paths 2020-05-03 19:28:01 +02:00
l2tpd_fsm.c Add copyright statements + license disclaimer everywhere 2020-05-03 19:28:03 +02:00
l2tpd_fsm.h Add copyright statements + license disclaimer everywhere 2020-05-03 19:28:03 +02:00
l2tpd_lapd.c Add copyright statements + license disclaimer everywhere 2020-05-03 19:28:03 +02:00
l2tpd_lapd.h Add copyright statements + license disclaimer everywhere 2020-05-03 19:28:03 +02:00
l2tpd_logging.c Add copyright statements + license disclaimer everywhere 2020-05-03 19:28:03 +02:00
l2tpd_logging.h Add copyright statements + license disclaimer everywhere 2020-05-03 19:28:03 +02:00
l2tpd_packet.c l2tpd_packet: Fix compiler warnings 2020-05-03 21:31:11 +02:00
l2tpd_packet.h rename paths 2020-05-03 19:28:01 +02:00
l2tpd_socket.c Add copyright statements + license disclaimer everywhere 2020-05-03 19:28:03 +02:00
l2tpd_socket.h Add copyright statements + license disclaimer everywhere 2020-05-03 19:28:03 +02:00
test_connect.c avoid compiler warnings: comment-out unused code 2020-05-03 21:31:03 +02:00
unixsocket_proto.h Add copyright statements + license disclaimer everywhere 2020-05-03 19:28:03 +02:00