From e1f38d81383c4adcb28b8e6e4bc0b3c7600277d4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 6 Nov 2004 03:44:16 +0000 Subject: r3571: rough guesses at what abartlet really wanted to do in his last commit (which I suspect was missing some pieces) this at least fixes the build so i can keep going on pvfs. Please review/fix Andrew. (This used to be commit bffd18d09df04c1e492ef12f744ff4b6c561d53c) --- source4/auth/auth.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/auth') diff --git a/source4/auth/auth.h b/source4/auth/auth.h index dc57d349b4..741cd55542 100644 --- a/source4/auth/auth.h +++ b/source4/auth/auth.h @@ -76,6 +76,7 @@ struct auth_serversupplied_info const char *account_name; const char *domain; + const char *realm; const char *full_name; const char *logon_script; -- cgit