summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
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 {