Navigation


Changeset 482:3b7d579e9507 in freeDiameter


Ignore:
Timestamp:
Aug 10, 2010, 10:46:07 AM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Remove compilation warnings if DISABLE_SCTP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/tests/testsctp.c

    r479 r482  
    5454        /* In this case, we don't perform this simple test */
    5555        PASSTEST();
    56 #endif
     56#else /* DISABLE_SCTP */
    5757        int sock, srvsock, clisock;
    5858        char buf1[]="abcdef";
     
    131131        /* That's all for the tests yet */
    132132        PASSTEST();
     133#endif /* DISABLE_SCTP */
    133134}
    134135       
Note: See TracChangeset for help on using the changeset viewer.