r12804: This patch reworks the Samba4 sockets layer to use a socket_address
[samba.git] / source / auth / auth.h
index 9aa6d29c6eef482e68876f19dd629d84a818337c..80360a7cb4fdad9d3e87371a1a1fcd50add60eb6 100644 (file)
@@ -50,7 +50,7 @@ enum auth_password_state {
 struct auth_usersupplied_info
 {
        const char *workstation_name;
-       const char *remote_host;
+       struct socket_address *remote_host;
 
        uint32_t logon_parameters;