diff options
author | Jeremy Allison <jra@samba.org> | 2007-03-22 02:24:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:18:49 -0500 |
commit | f93d75c932e7a48da8bcd589d7505bf5445b89df (patch) | |
tree | aa9fab98c614274dc5de0f49f1cc084c023c2b1a /source3/include/client.h | |
parent | 23149b3bb8257eeb1aeb15f165099bf3447ee05b (diff) | |
download | samba-f93d75c932e7a48da8bcd589d7505bf5445b89df.tar.gz samba-f93d75c932e7a48da8bcd589d7505bf5445b89df.tar.xz 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/client.h')
-rw-r--r-- | source3/include/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index a81c19bc555..817ab0d5402 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 { |