1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-10 04:23:50 +03:00

Use SERVER_INFO_1005 in libnetapi.

Guenther
(This used to be commit 5f8793dd1d)
This commit is contained in:
Günther Deschner
2008-04-10 21:31:12 +02:00
parent d424a74f15
commit 1a8a8b7769
3 changed files with 11 additions and 11 deletions

View File

@@ -58,6 +58,10 @@ struct DOMAIN_CONTROLLER_INFO {
const char * client_site_name;
};
struct SERVER_INFO_1005 {
const char * sv1005_comment;
};
struct USER_INFO_0 {
const char * usri0_name;
};