X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=blobdiff_plain;f=nsswitch%2Fpam_winbind.h;h=25d673e231dd98fcd7f06826d11ac122d3340658;hp=0395a1fd5b91dc545ef315858e0fda0fa2354c0e;hb=d0b9cc62f99a1feca68c473f3cd1e93e50ab2eab;hpb=099d6f05cdb0800114d026786920a17ef649699f diff --git a/nsswitch/pam_winbind.h b/nsswitch/pam_winbind.h index 0395a1fd5b9..25d673e231d 100644 --- a/nsswitch/pam_winbind.h +++ b/nsswitch/pam_winbind.h @@ -171,6 +171,8 @@ struct pwb_context { uint32_t ctrl; }; +#ifndef TALLOC_FREE #define TALLOC_FREE(ctx) do { talloc_free(ctx); ctx=NULL; } while(0) +#endif #define TALLOC_ZERO_P(ctx, type) (type *)_talloc_zero(ctx, sizeof(type), #type) #define TALLOC_P(ctx, type) (type *)talloc_named_const(ctx, sizeof(type), #type)