diff options
author | Jim McDonough <jmcd@samba.org> | 2006-09-19 00:39:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:52:20 -0500 |
commit | b4498846618eacde0d38e88c0f1882eff9f56b5c (patch) | |
tree | 1d3e2707b34c4b10ef84a90feabc1babd08bbd01 /source3/nmbd | |
parent | 921caa41e0fc7732ae48415638bf5f13a17a105c (diff) | |
download | samba-b4498846618eacde0d38e88c0f1882eff9f56b5c.tar.gz samba-b4498846618eacde0d38e88c0f1882eff9f56b5c.tar.bz2 samba-b4498846618eacde0d38e88c0f1882eff9f56b5c.zip |
r18660: Fix build, one uuid->GUID was missed.
(This used to be commit f8ea2069d444a6630b61828999605a3ed011db02)
Diffstat (limited to 'source3/nmbd')
-rw-r--r-- | source3/nmbd/nmbd_processlogon.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |