diff options
author | Simo Sorce <ssorce@redhat.com> | 2009-12-07 15:06:56 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-12-07 16:15:50 -0500 |
commit | b485dd2ade292a5b8cdfe8a66d15a8789cae2704 (patch) | |
tree | 58631d91bfd8d9a5cb61fc159247497f216022df /server/util | |
parent | 7741e483e62321bc85d27c4215e2e5b96c355ad2 (diff) | |
download | sssd-b485dd2ade292a5b8cdfe8a66d15a8789cae2704.tar.gz sssd-b485dd2ade292a5b8cdfe8a66d15a8789cae2704.tar.bz2 sssd-b485dd2ade292a5b8cdfe8a66d15a8789cae2704.zip |
Allow nesting to fix #310
Diffstat (limited to 'server/util')
-rw-r--r-- | server/util/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/util/util.h b/server/util/util.h index 7e9c182f..1c583e23 100644 --- a/server/util/util.h +++ b/server/util/util.h @@ -142,6 +142,9 @@ errno_t set_debug_file_from_fd(const int fd); req->async.fn(req); \ } \ } while(0) + +/* noop */ +#define tevent_loop_allow_nesting(x) #endif #define TEVENT_REQ_RETURN_ON_ERROR(req) do { \ |