diff options
author | Andrew Tridgell <tridge@samba.org> | 1996-06-06 00:29:22 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1996-06-06 00:29:22 +0000 |
commit | 07288091c322fdb9f63889e84cfc57fa6cb5f613 (patch) | |
tree | 02b1e89cec21a863d131b878496e6607f3494fe5 /source/namedb.c | |
parent | 60a8a9c006f16186320fb13109128db35595523c (diff) | |
download | samba-07288091c322fdb9f63889e84cfc57fa6cb5f613.tar.gz samba-07288091c322fdb9f63889e84cfc57fa6cb5f613.tar.xz samba-07288091c322fdb9f63889e84cfc57fa6cb5f613.zip |
fix a bug that meant alpha6 couldn't compile.
Diffstat (limited to 'source/namedb.c')
-rw-r--r-- | source/namedb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/namedb.c b/source/namedb.c index fc14c4d5c60..402617ffbd9 100644 --- a/source/namedb.c +++ b/source/namedb.c @@ -379,7 +379,7 @@ struct domain_record *find_domain(struct in_addr source_ip) /**************************************************************************** dump a copy of the workgroup/domain database **************************************************************************/ -static void dump_workgroups(void) +void dump_workgroups(void) { struct domain_record *d; |