s3: Remove the typedef for "auth_serversupplied_info"
[samba.git] / source3 / rpc_server / srv_netlog_nt.c
index 3c099518b853d91f9177717767f3fc5f6b332d8c..66f3bd31304f4eb70b251b095c14ba8b3e13044b 100644 (file)
@@ -1058,7 +1058,7 @@ static NTSTATUS _netr_LogonSamLogon_base(pipes_struct *p,
        union netr_LogonLevel *logon = r->in.logon;
        const char *nt_username, *nt_domain, *nt_workstation;
        struct auth_usersupplied_info *user_info = NULL;
-       auth_serversupplied_info *server_info = NULL;
+       struct auth_serversupplied_info *server_info = NULL;
        struct auth_context *auth_context = NULL;
        uint8_t pipe_session_key[16];
        bool process_creds = true;