]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbtorture: Satisfy a linker dependency
authorVolker Lendecke <vl@samba.org>
Thu, 17 Jan 2013 14:22:32 +0000 (15:22 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 18 Jan 2013 17:16:58 +0000 (09:16 -0800)
Reviewed by: Jeremy Allison <jra@samba.org>

source3/torture/torture.c

index d31c907d22ddb47fd3bedf7c1a5236bd0f306ffc..799c911c6da0b0b342425cc1f56b7e03fa67d5e8 100644 (file)
@@ -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"