From 64c874a9519e734865358179c85d4dedab4c899c Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Tue, 28 Jul 2009 18:46:45 +0000 Subject: Fix a null data block in DirClassifiedReply packet, preventing a session crash in search. Fixes Mantis #3952 --- OpenSim/Framework/IClientAPI.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index f95fb03..8c4fb0e 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -493,6 +493,7 @@ namespace OpenSim.Framework public uint creationDate; public uint expirationDate; public int price; + public uint Status; } public struct DirLandReplyData -- cgit v1.1