s3: Make "endpoint_table" static
authorVolker Lendecke <vl@samba.org>
Sun, 6 Feb 2011 19:42:52 +0000 (20:42 +0100)
committerVolker Lendecke <vlendec@samba.org>
Sun, 6 Feb 2011 20:33:04 +0000 (21:33 +0100)
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

source3/rpc_server/srv_epmapper.c

index 0ec50a430da75e86b7d8d830630bbfad301abcf0..58a6e1190f919b19373210a78e8fe7a0b39be917 100644 (file)
@@ -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.