sjsu-cmpe / vyuudha

Vyuudha - A clean room implementation of a distributed storage middleware for education and research.
5 stars 2 forks source link

Null value returning from BDB #11

Closed ravidontharaju closed 13 years ago

ravidontharaju commented 13 years ago

There are two return values, one null and the other expected value when making a call to storage. Need to investigate why this occurs.

RaviD

ravidontharaju commented 13 years ago

Fixed. Problem is that even a put returns a null value back from Server to Client. This should be changed to a boolean value.