summaryrefslogtreecommitdiff
path: root/community/ubuntuone-client/lp1093111.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-03 00:04:48 -0700
committerroot <root@rshg054.dnsready.net>2013-04-03 00:04:48 -0700
commitd304fad026899d2db5af26740eeb952698bd6fb2 (patch)
treee27756f33de9dec25b2f7b7d2bf3deee3b29ad03 /community/ubuntuone-client/lp1093111.patch
parentc9738c6a1d438f30dfa7363aa847343754f953ac (diff)
Wed Apr 3 00:04:48 PDT 2013
Diffstat (limited to 'community/ubuntuone-client/lp1093111.patch')
-rw-r--r--community/ubuntuone-client/lp1093111.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/community/ubuntuone-client/lp1093111.patch b/community/ubuntuone-client/lp1093111.patch
deleted file mode 100644
index 8663915d3..000000000
--- a/community/ubuntuone-client/lp1093111.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/ubuntuone/syncdaemon/tritcask.py 2013-01-18 18:27:41.809017000 +0200
-+++ b/ubuntuone/syncdaemon/tritcask.py 2013-01-22 15:08:15.015987671 +0200
-@@ -300,6 +300,7 @@
- self.fd.seek(0, os.SEEK_END)
- self.fd.write(crc32 + header)
- self.fd.write(key)
-+ self.fd.flush()
- value_pos = self.fd.tell()
- self.fd.write(value)
- self.fd.flush()