From: Volker Lendecke Date: Thu, 17 Jan 2013 14:22:32 +0000 (+0100) Subject: smbtorture: Satisfy a linker dependency X-Git-Tag: ldb-1.1.15~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8fe624948f06e76aeb147ce0e47326f2d753f93;p=thirdparty%2Fsamba.git smbtorture: Satisfy a linker dependency Reviewed by: Jeremy Allison --- diff --git a/source3/torture/torture.c b/source3/torture/torture.c index d31c907d22d..799c911c6da 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -9153,7 +9153,14 @@ static struct { { "LOCAL-DBWRAP-CTDB", run_local_dbwrap_ctdb, 0 }, {NULL, NULL, 0}}; - +/* + * dummy function to satisfy linker dependency + */ +struct tevent_context *winbind_event_context(void); +struct tevent_context *winbind_event_context(void) +{ + return NULL; +} /**************************************************************************** run a specified test or "ALL"