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:16:31 -0500
commit0d251eb1f4544cab4f9d48b538ed04cd37032c77 (patch)
tree50b12b06ee50810150834b1f8d7b381d354daf73 /server/util
parent787dce1c2f101c8fa0b27b271fce5d1eb2f62a28 (diff)
downloadsssd-0d251eb1f4544cab4f9d48b538ed04cd37032c77.tar.gz
sssd-0d251eb1f4544cab4f9d48b538ed04cd37032c77.tar.xz
sssd-0d251eb1f4544cab4f9d48b538ed04cd37032c77.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 { \