From b4498846618eacde0d38e88c0f1882eff9f56b5c Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Tue, 19 Sep 2006 00:39:21 +0000 Subject: r18660: Fix build, one uuid->GUID was missed. (This used to be commit f8ea2069d444a6630b61828999605a3ed011db02) --- source3/nmbd/nmbd_processlogon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nmbd') diff --git a/source3/nmbd/nmbd_processlogon.c b/source3/nmbd/nmbd_processlogon.c index 5c0fc2c521..4a8d1db51d 100644 --- a/source3/nmbd/nmbd_processlogon.c +++ b/source3/nmbd/nmbd_processlogon.c @@ -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; -- cgit