mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
s3: Make "endpoint_table" static
Andreas, this is only used in srv_epmapper right now. Make public again when this will be used somewhere else. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 6 21:33:04 CET 2011 on sn-devel-104
This commit is contained in:
parent
40a46a9cca
commit
a61b17ce56
@ -63,7 +63,7 @@ struct rpc_eps {
|
||||
uint32_t count;
|
||||
};
|
||||
|
||||
struct dcesrv_endpoint *endpoint_table;
|
||||
static struct dcesrv_endpoint *endpoint_table;
|
||||
|
||||
/*
|
||||
* Check if the UUID and if_version match to an interface.
|
||||
|
Loading…
x
Reference in New Issue
Block a user