diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-08-09 22:15:23 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-08-10 11:14:55 +0200 |
commit | c6a3dedd99b57345af1b51bad560709319ec8caa (patch) | |
tree | 2175d5aee3f7078eb080cff13032241f6121bc8c /source3/include | |
parent | a7265675d5cd41f05a0ebaba43ad36a389419db2 (diff) | |
download | samba-c6a3dedd99b57345af1b51bad560709319ec8caa.tar.gz samba-c6a3dedd99b57345af1b51bad560709319ec8caa.tar.bz2 samba-c6a3dedd99b57345af1b51bad560709319ec8caa.zip |
s3:libsmb: store the remote_realm on the cli_state
metze
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index a4d43218e6..f44e52f8f6 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -124,6 +124,7 @@ struct cli_state { struct sockaddr_storage local_ss; struct sockaddr_storage remote_ss; const char *remote_name; + const char *remote_realm; struct tevent_req *read_smb_req; struct tevent_queue *outgoing; struct tevent_req **pending; |