r4591: - converted the other _p talloc functions to not need _p
[jelmer/samba4-debian.git] / source / smb_server / reply.c
index 0b49512663c7d0b0aec2026f234ffcf912d37483..2dfa3726e2b67ecfd630cf20d3ed9176b43e4e96 100644 (file)
@@ -2377,7 +2377,7 @@ void reply_sendtxt(struct smbsrv_request *req)
 void reply_special(struct smbsrv_request *req)
 {
        uint8_t msg_type;
-       uint8_t *buf = talloc_zero_array_p(req, uint8_t, 4);
+       uint8_t *buf = talloc_zero_array(req, uint8_t, 4);
        
        msg_type = CVAL(req->in.buffer,0);