summaryrefslogtreecommitdiff
path: root/source3/passdb/machine_sid.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/passdb/machine_sid.h')
-rw-r--r--source3/passdb/machine_sid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/machine_sid.h b/source3/passdb/machine_sid.h
index 2feada716d..33dce251a9 100644
--- a/source3/passdb/machine_sid.h
+++ b/source3/passdb/machine_sid.h
@@ -28,6 +28,6 @@
struct dom_sid *get_global_sam_sid(void);
void reset_global_sam_sid(void) ;
bool sid_check_is_our_sam(const struct dom_sid *sid);
-bool sid_check_is_in_our_domain(const struct dom_sid *sid);
+bool sid_check_is_in_our_sam(const struct dom_sid *sid);
#endif /* _PASSDB_MACHINE_SID_H_ */