diff options
author | Melanie Thielker | 2009-07-28 18:46:45 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-07-28 18:46:45 +0000 |
commit | 64c874a9519e734865358179c85d4dedab4c899c (patch) | |
tree | 284765abe300c734202ecd7ee48ed5c5c66140e5 /OpenSim/Framework/IClientAPI.cs | |
parent | Thank you, mcortez, for a patch to correct a folder bloat issue in the (diff) | |
download | opensim-SC_OLD-64c874a9519e734865358179c85d4dedab4c899c.zip opensim-SC_OLD-64c874a9519e734865358179c85d4dedab4c899c.tar.gz opensim-SC_OLD-64c874a9519e734865358179c85d4dedab4c899c.tar.bz2 opensim-SC_OLD-64c874a9519e734865358179c85d4dedab4c899c.tar.xz |
Fix a null data block in DirClassifiedReply packet, preventing a session
crash in search.
Fixes Mantis #3952
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
493 | public uint creationDate; | 493 | public uint creationDate; |
494 | public uint expirationDate; | 494 | public uint expirationDate; |
495 | public int price; | 495 | public int price; |
496 | public uint Status; | ||
496 | } | 497 | } |
497 | 498 | ||
498 | public struct DirLandReplyData | 499 | public struct DirLandReplyData |