s3-auth Use struct auth3_session_info outside the auth subsystem
[obnox/samba/samba-obnox.git] / source3 / smbd / server_reload.c
index 259a963abfe80fff62806c68747b2f9f0ec69a76..1242aae67389dc5ad87abd6e08162b6b6a3501de 100644 (file)
@@ -37,7 +37,7 @@
 void reload_printers(struct tevent_context *ev,
                     struct messaging_context *msg_ctx)
 {
-       struct auth_serversupplied_info *session_info = NULL;
+       struct auth3_session_info *session_info = NULL;
        struct spoolss_PrinterInfo2 *pinfo2 = NULL;
        int snum;
        int n_services = lp_numservices();