]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
fix typo
authorGerald Carter <jerry@samba.org>
Mon, 8 Jul 2002 20:30:54 +0000 (20:30 +0000)
committerGerald Carter <jerry@samba.org>
Mon, 8 Jul 2002 20:30:54 +0000 (20:30 +0000)
source/rpc_server/srv_spoolss_nt.c

index d66c023ba69021e9e9a20311dcccef0a4befc627..70964ce6681973f710604d7dca691f4744b3fb66 100644 (file)
@@ -8119,7 +8119,7 @@ WERROR _spoolss_deleteprinterkey(pipes_struct *p, SPOOL_Q_DELETEPRINTERKEY *q_u,
        fstring key;
        
        if (!Printer) {
-               DEBUG(2,("_spoolss_deleteprinterkey: Invalid handle (%s:%u:%u).\n", OUR_HANDLE(handle)));
+               DEBUG(2,("_spoolss_deleteprinterkey: Invalid handle (%s:%u:%u).\n", OUR_HANDLE(&q_u->handle)));
                return WERR_BADFID;
        }