Changeset 4617 for source/ariba


Ignore:
Timestamp:
Jun 29, 2009, 4:24:23 PM (15 years ago)
Author:
Christoph Mayer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/communication/messages/AribaBaseMsg.h

    r4597 r4617  
    9494
    9595sznBeginDefault( ariba::communication::AribaBaseMsg, X ) {
    96         X && state && &localLink && &remoteLink && Payload();
     96        uint8_t x = 0xff;
     97        X && state && x && &localLink && &remoteLink && Payload();
    9798} sznEnd();
    9899
Note: See TracChangeset for help on using the changeset viewer.