---
 src/ntf/ntfd/ntfs_mbcsv.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/ntf/ntfd/ntfs_mbcsv.c b/src/ntf/ntfd/ntfs_mbcsv.c
index dc890cc..713615a 100644
--- a/src/ntf/ntfd/ntfs_mbcsv.c
+++ b/src/ntf/ntfd/ntfs_mbcsv.c
@@ -995,9 +995,8 @@ static uint32_t decode_reader_info(NCS_UBAID *uba, 
uint32_t* readerId,
     uint8_t* hasFilter, uint32_t *fIter, bool *firstRead)
 {
        uint8_t *p8;
-       uint8_t local_data[9];
+       uint8_t local_data[10];
 
-       /* releaseCode, majorVersion, minorVersion */
        p8 = ncs_dec_flatten_space(uba, local_data, 10);
        *readerId = ncs_decode_32bit(&p8);
        *hasFilter = ncs_decode_8bit(&p8);
@@ -1013,7 +1012,6 @@ static uint32_t decode_not_log_confirm_msg(NCS_UBAID *uba,
        uint8_t *p8;
        uint8_t local_data[8];
 
-       /* releaseCode, majorVersion, minorVersion */
        p8 = ncs_dec_flatten_space(uba, local_data, 8);
        param->notificationId = ncs_decode_64bit(&p8);
        ncs_dec_skip_space(uba, 8);
@@ -1027,7 +1025,6 @@ static uint32_t decode_not_send_confirm_msg(NCS_UBAID 
*uba,
        uint8_t *p8;
        uint8_t local_data[20];
 
-       /* releaseCode, majorVersion, minorVersion */
        p8 = ncs_dec_flatten_space(uba, local_data, 20);
        param->clientId = ncs_decode_32bit(&p8);
        param->subscriptionId = ncs_decode_32bit(&p8);
-- 
2.7.4


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Opensaf-devel mailing list
Opensaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to