summaryrefslogtreecommitdiff
path: root/pktlength.c
diff options
context:
space:
mode:
authorVincent Blut <vincent.debian@free.fr>2016-06-11 18:45:40 +0200
committerVincent Blut <vincent.debian@free.fr>2016-06-11 18:45:40 +0200
commit63d1a0d29c506f0471c32fc804e310d7f8759391 (patch)
tree144691dd942ba75080716220f76d35984aa87b70 /pktlength.c
parentda8fd617a2b9bbcdb8c5f16c25d0ee7eed69dd33 (diff)
Imported Upstream version 2.4
Diffstat (limited to 'pktlength.c')
-rw-r--r--pktlength.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pktlength.c b/pktlength.c
index 0774565..7366e51 100644
--- a/pktlength.c
+++ b/pktlength.c
@@ -67,7 +67,7 @@ static const struct request_length request_lengths[] = {
REQ_LENGTH_ENTRY(modify_maxupdateskew, null), /* MODIFY_MAXUPDATESKEW */
REQ_LENGTH_ENTRY(logon, null), /* LOGON */
REQ_LENGTH_ENTRY(settime, manual_timestamp), /* SETTIME */
- REQ_LENGTH_ENTRY(local, null), /* LOCAL */
+ { 0, 0 }, /* LOCAL */
REQ_LENGTH_ENTRY(manual, null), /* MANUAL */
REQ_LENGTH_ENTRY(null, n_sources), /* N_SOURCES */
REQ_LENGTH_ENTRY(source_data, source_data), /* SOURCE_DATA */
@@ -112,6 +112,7 @@ static const struct request_length request_lengths[] = {
REQ_LENGTH_ENTRY(null, server_stats), /* SERVER_STATS */
REQ_LENGTH_ENTRY(client_accesses_by_index,
client_accesses_by_index), /* CLIENT_ACCESSES_BY_INDEX2 */
+ REQ_LENGTH_ENTRY(local, null), /* LOCAL2 */
};
static const uint16_t reply_lengths[] = {