summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-10-09 21:38:04 +0200
committerJeremy Allison <jra@samba.org>2019-11-06 20:36:34 +0000
commit54d673742f3a81ecdfb98f66a928d119293697ba (patch)
treefa58d1463508803e836bde6091283dad0a530dd7 /source3/include
parentb749c923373c7ccdc68ba2aed42c614e6a11d353 (diff)
downloadsamba-54d673742f3a81ecdfb98f66a928d119293697ba.tar.gz
lib: Remove #define serverid_equal server_id_equal
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index c98f7cfa351..cdec671dac3 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -399,7 +399,6 @@ uint32_t map_share_mode_to_deny_mode(uint32_t share_access, uint32_t private_opt
#include "lib/util_procid.h"
-#define serverid_equal(p1, p2) server_id_equal(p1,p2)
struct server_id interpret_pid(const char *pid_string);
bool is_offset_safe(const char *buf_base, size_t buf_len, char *ptr, size_t off);
char *get_safe_ptr(const char *buf_base, size_t buf_len, char *ptr, size_t off);