1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

r18660: Fix build, one uuid->GUID was missed.

This commit is contained in:
Jim McDonough 2006-09-19 00:39:21 +00:00 committed by Gerald (Jerry) Carter
parent ce6a0723ff
commit f8ea2069d4

View File

@ -382,7 +382,7 @@ reporting %s domain %s 0x%x ntversion=%x lm_nt token=%x lm_20 token=%x\n",
}
#ifdef HAVE_ADS
else {
struct uuid domain_guid;
struct GUID domain_guid;
UUID_FLAT flat_guid;
pstring domain;
pstring hostname;