Cope with changed signature of http_timestring().
[ira/wip.git] / source3 / libads / authdata.c
index 40f051c8510960587a50e7c15197d1c9b75cbd5e..5a7bd24507684ba5c9ac02260baadc1baefc0515 100644 (file)
@@ -403,12 +403,12 @@ NTSTATUS kerberos_return_pac(TALLOC_CTX *mem_ctx,
        DEBUG(10,("got TGT for %s in %s\n", auth_princ, cc));
        if (expire_time) {
                DEBUGADD(10,("\tvalid until: %s (%d)\n",
-                       http_timestring(*expire_time),
+                       http_timestring(talloc_tos(), *expire_time),
                        (int)*expire_time));
        }
        if (renew_till_time) {
                DEBUGADD(10,("\trenewable till: %s (%d)\n",
-                       http_timestring(*renew_till_time),
+                       http_timestring(talloc_tos(), *renew_till_time),
                        (int)*renew_till_time));
        }