diff options
author | Xin LI <delphij@FreeBSD.org> | 2012-10-04 22:40:22 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2012-10-04 22:40:22 +0000 |
commit | 0de8253a2f7ef0628846edb4fdcceb9ccab12d7a (patch) | |
tree | c9eca0fdb327e86bea07fe747313f828731215ca /forces.h | |
parent | 60894fde29002aac35c5aff244b0f45c4d590413 (diff) |
Diffstat (limited to 'forces.h')
-rw-r--r-- | forces.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forces.h b/forces.h index ed497d41d7b1c..d41475f908aea 100644 --- a/forces.h +++ b/forces.h @@ -308,7 +308,7 @@ static const struct optlv_h OPTLV_msg[F_OP_MAX + 1] = { /* F_OP_GET */ {ZERO_TTLV, 0, " Get", recpdoptlv_print}, /* F_OP_GETPROP */ {ZERO_TTLV, 0, " GetProp", recpdoptlv_print}, /* F_OP_GETRESP */ - {TTLV_T2, B_FULLD | B_RESTV, " GetResp", recpdoptlv_print}, + {TTLV_T2, B_FULLD | B_SPARD | B_RESTV, " GetResp", recpdoptlv_print}, /* F_OP_GETPRESP */ {TTLV_T2, B_FULLD | B_RESTV, " GetPropResp", recpdoptlv_print}, /* F_OP_REPORT */ |