Changeset 223 for branches/samba-3.3.x/source/libnet
- Timestamp:
- May 24, 2009, 7:51:24 AM (16 years ago)
- Location:
- branches/samba-3.3.x/source/libnet
- Files:
-
- 2 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 ****************************************************************/ -
branches/samba-3.3.x/source/libnet/libnet_samsync.c
r206 r223 423 423 TALLOC_FREE(delta_enum_array); 424 424 425 /* Increment sync_context */426 sync_context += 1;427 428 425 } while (NT_STATUS_EQUAL(result, STATUS_MORE_ENTRIES)); 429 426
Note:
See TracChangeset
for help on using the changeset viewer.