diff options
author | Volker Lendecke <vl@samba.org> | 2011-02-19 20:05:07 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-02-20 10:23:29 +0100 |
commit | 51b84a9ed7eaa7e38e2279a825290976bfa40177 (patch) | |
tree | 991a7a216ec6c551844a1ce6f693238968bc746c /source3/include | |
parent | 88f52155607ccc653d4f4610557bfa10b83e4c73 (diff) | |
download | samba-51b84a9ed7eaa7e38e2279a825290976bfa40177.tar.gz samba-51b84a9ed7eaa7e38e2279a825290976bfa40177.tar.bz2 samba-51b84a9ed7eaa7e38e2279a825290976bfa40177.zip |
s3: Convert init_system_info to NTSTATUS
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index a2cc222e0f..f6c77b6d5e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -143,7 +143,7 @@ NTSTATUS make_serverinfo_from_username(TALLOC_CTX *mem_ctx, struct auth_serversupplied_info *copy_serverinfo(TALLOC_CTX *mem_ctx, const struct auth_serversupplied_info *src); bool init_guest_info(void); -bool init_system_info(void); +NTSTATUS init_system_info(void); bool server_info_set_session_key(struct auth_serversupplied_info *info, DATA_BLOB session_key); NTSTATUS make_server_info_guest(TALLOC_CTX *mem_ctx, |