mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-05 01:59:09 +00:00
removed writing temporary file for debugging.
This commit is contained in:
parent
1a12f81474
commit
23cace8455
@ -1245,15 +1245,6 @@ int rhizome_write_content(struct rhizome_fetch_slot *slot, char *buffer, int byt
|
||||
// might grow while we are reading from them).
|
||||
if (bytes>(slot->file_len-slot->file_ofs))
|
||||
bytes=slot->file_len-slot->file_ofs;
|
||||
|
||||
{
|
||||
FILE *f=fopen("/tmp/file","r+");
|
||||
if (f) {
|
||||
fseek(f,slot->file_ofs,SEEK_SET);
|
||||
fwrite(buffer,bytes,1,f);
|
||||
fclose(f);
|
||||
}
|
||||
}
|
||||
|
||||
if (slot->rowid==-1) {
|
||||
/* We are reading a manifest. Read it into a buffer. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user