summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-04-23 18:06:17 +0200
committerJeremy Allison <jra@samba.org>2015-04-28 18:11:13 +0200
commitdb5b76690388ff1ae31b8197572d1cfb65eed6c0 (patch)
tree4a4795c7c9e68a62ba67c45649890221582a474a /source3/lib/util.c
parentfdbca5e13a0375d7f18639679a627e67c3df647a (diff)
downloadsamba-db5b76690388ff1ae31b8197572d1cfb65eed6c0.tar.gz
lib: Remove procid_str_static
Replace all callers with direct calls to server_id_str_buf without talloc_tos() Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r--source3/lib/util.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c
index e296fd5e0f9..c7ab0ee9122 100644
--- a/source3/lib/util.c
+++ b/source3/lib/util.c
@@ -1984,11 +1984,6 @@ struct server_id interpret_pid(const char *pid_string)
return server_id_from_string(get_my_vnn(), pid_string);
}
-char *procid_str_static(const struct server_id *pid)
-{
- return server_id_str(talloc_tos(), pid);
-}
-
bool procid_valid(const struct server_id *pid)
{
return (pid->pid != (uint64_t)-1);