s3-auth Use the common auth_session_info
[jlayton/samba.git] / source3 / printing / nt_printing_migrate_internal.c
index 9147247da235130125f619df1eabfd6a476f85ea..296d5a631d3b50546589c671b2dfc43d681b149f 100644 (file)
@@ -190,7 +190,7 @@ bool nt_printing_tdb_migrate(struct messaging_context *msg_ctx)
        bool drivers_exists = file_exist(drivers_path);
        bool printers_exists = file_exist(printers_path);
        bool forms_exists = file_exist(forms_path);
-       struct auth3_session_info *session_info;
+       struct auth_session_info *session_info;
        struct rpc_pipe_client *winreg_pipe = NULL;
        TALLOC_CTX *tmp_ctx = talloc_stackframe();
        NTSTATUS status;