s3: Change fsp->fsp_name to be an smb_filename struct!
[samba.git] / source3 / smbd / ipc.c
index 1067dab074877cbc680948f1a0ac2bcbbbbf1608..96a411dd704d8bd042c07392e8b1605d15b59184 100644 (file)
@@ -454,7 +454,7 @@ static void api_fd_reply(connection_struct *conn, uint16 vuid,
        }
 
        DEBUG(3,("Got API command 0x%x on pipe \"%s\" (pnum %x)\n",
-                subcommand, fsp->fsp_name, pnum));
+                subcommand, fsp_str_dbg(fsp), pnum));
 
        DEBUG(10, ("api_fd_reply: p:%p max_trans_reply: %d\n", fsp, mdrcnt));