summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-03-22 02:24:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:49 -0500
commitf93d75c932e7a48da8bcd589d7505bf5445b89df (patch)
treeaa9fab98c614274dc5de0f49f1cc084c023c2b1a /source3/include
parent23149b3bb8257eeb1aeb15f165099bf3447ee05b (diff)
downloadsamba-f93d75c932e7a48da8bcd589d7505bf5445b89df.tar.gz
samba-f93d75c932e7a48da8bcd589d7505bf5445b89df.tar.bz2
samba-f93d75c932e7a48da8bcd589d7505bf5445b89df.zip
r21926: Fix missing enum specifier pointed out by Don McCall @ HP.
Thanks Don ! Jeremy. (This used to be commit 662344d1ec3593689de7602afa518ed98e10dc37)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index a81c19bc55..817ab0d540 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -89,7 +89,7 @@ struct smb_trans_enc_state {
#if defined(HAVE_GSSAPI) && defined(HAVE_KRB5)
gss_ctx_id_t context_handle;
#endif
- };
+ } s;
};
struct cli_state {