Commit e069e351 authored by Scott Vokes's avatar Scott Vokes
Browse files

Fix mocking wrapper.

parent 16134be2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,5 +27,5 @@ KineticProto_Command *KineticPDU_unpack_command(ProtobufCAllocator* allocator,

KineticProto_Message* KineticPDU_unpack_message(ProtobufCAllocator* allocator,
        size_t len, const uint8_t* data) {
    return KineticProto_command__unpack(allocator, len, data);
    return KineticProto_Message__unpack(allocator, len, data);
}