Bugfix in partial log fetching.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 3 Nov 2010 23:38:03 +0000 (16:38 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 3 Nov 2010 23:38:03 +0000 (16:38 -0700)
commit7355d6bac79109cd893b7b0f4ffac77b0b8f438c
treed6c2e54c1a77872c2d1aad1d4341a972a8776f14
parent72de763405222cc8f9bc5c75fd163362ec0f2266
Bugfix in partial log fetching.

Do not bother mapping the file until the data is available, otherwise the
mapping may be deleted from under us while we are waiting.
bluesky/log.c