s3-talloc Change TALLOC_P() to talloc()
[samba.git] / source3 / smbd / ipc.c
index b452000e13921ddbac3689d39d32cfaacf28d5b9..669e28e715ca30443cc75da32f7a4e72af2aa7e6 100644 (file)
@@ -645,7 +645,7 @@ void reply_trans(struct smb_request *req)
                return;
        }
 
-       if ((state = TALLOC_P(conn, struct trans_state)) == NULL) {
+       if ((state = talloc(conn, struct trans_state)) == NULL) {
                DEBUG(0, ("talloc failed\n"));
                reply_nterror(req, NT_STATUS_NO_MEMORY);
                END_PROFILE(SMBtrans);