Provide the who_am_i() function.
authorWayne Davison <wayned@samba.org>
Sun, 24 Sep 2006 03:11:41 +0000 (03:11 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 24 Sep 2006 03:11:41 +0000 (03:11 +0000)
t_stub.c

index 6042aca..fb5f644 100644 (file)
--- a/t_stub.c
+++ b/t_stub.c
@@ -78,3 +78,8 @@ struct filter_list_struct server_filter_list;
 {
        return NULL;
 }
+
+ const char *who_am_i(void)
+{
+       return "tester";
+}