diff options
author | Volker Lendecke <vl@samba.org> | 2009-07-28 17:17:07 -0400 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-07-28 17:17:43 -0400 |
commit | d793beed56823f3bbcef6bdea2c455e3171af870 (patch) | |
tree | 92d3120ea7957aa2e5ffe169e121c52bc597ba57 /source3 | |
parent | 5d05d2299983b5d34615cd269b04806bba173c0d (diff) | |
download | samba-d793beed56823f3bbcef6bdea2c455e3171af870.tar.gz samba-d793beed56823f3bbcef6bdea2c455e3171af870.tar.bz2 samba-d793beed56823f3bbcef6bdea2c455e3171af870.zip |
Remove a duplicate prototype
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/winbindd_dual.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c index ab07c9767d..4709c17d63 100644 --- a/source3/winbindd/winbindd_dual.c +++ b/source3/winbindd/winbindd_dual.c @@ -386,7 +386,6 @@ struct winbindd_async_request { void *private_data; }; -static bool fork_domain_child(struct winbindd_child *child); static void async_request_done(struct tevent_req *req); void async_request(TALLOC_CTX *mem_ctx, struct winbindd_child *child, |