Changeset 223 for branches/samba-3.3.x/source/libnet/libnet_join.c
- Timestamp:
- May 24, 2009, 7:51:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/libnet/libnet_join.c
r221 r223 51 51 LIBNET_UNJOIN_DUMP_CTX(ctx, r, NDR_OUT) 52 52 53 #define W_ERROR_NOT_OK_GOTO_DONE(x) do { \54 if (!W_ERROR_IS_OK(x)) {\55 goto done;\56 }\57 } while (0)58 59 53 /**************************************************************** 60 54 ****************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.