summaryrefslogtreecommitdiffstats
path: root/server/util
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2009-12-07 15:06:56 -0500
committerStephen Gallagher <sgallagh@redhat.com>2009-12-07 16:15:50 -0500
commitb485dd2ade292a5b8cdfe8a66d15a8789cae2704 (patch)
tree58631d91bfd8d9a5cb61fc159247497f216022df /server/util
parent7741e483e62321bc85d27c4215e2e5b96c355ad2 (diff)
downloadsssd-b485dd2ade292a5b8cdfe8a66d15a8789cae2704.tar.gz
sssd-b485dd2ade292a5b8cdfe8a66d15a8789cae2704.tar.xz
sssd-b485dd2ade292a5b8cdfe8a66d15a8789cae2704.zip
Allow nesting to fix #310
Diffstat (limited to 'server/util')
-rw-r--r--server/util/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/util/util.h b/server/util/util.h
index 7e9c182f0..1c583e231 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 { \