diff options
author | Tim Potter <tpot@samba.org> | 2002-06-12 01:33:30 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-06-12 01:33:30 +0000 |
commit | 3838eabc0e9ba2ef91d90a406767814ab61bc18a (patch) | |
tree | 7f07ab94aad60ad4652fc945ad4214f0907a5552 /source3/include | |
parent | 2d64b9880744746d4317d9da45c575b3a8fbbed1 (diff) | |
download | samba-3838eabc0e9ba2ef91d90a406767814ab61bc18a.tar.gz samba-3838eabc0e9ba2ef91d90a406767814ab61bc18a.tar.bz2 samba-3838eabc0e9ba2ef91d90a406767814ab61bc18a.zip |
Removed eff_name field from cli_struct as it wasn't being used anywhere.
(This used to be commit aff65bf6c9f339ae1d3122d12114005c017b9b5d)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 15fc168cbb..90ba30c7dd 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -76,7 +76,6 @@ struct cli_state { int rap_error; int privileges; - fstring eff_name; fstring desthost; fstring user_name; fstring domain; |