Skip to content
Snippets Groups Projects
Commit b4f45927 authored by Daniele Kruse's avatar Daniele Kruse
Browse files

Removed a the zeroing of the copy destination buffer

parent 4d1fdc35
No related branches found
No related tags found
Loading
......@@ -58,7 +58,6 @@ XrdSfsXferSize XrdProFile::read(XrdSfsFileOffset offset, char *buffer, XrdSfsXfe
return m_data.length()-offset;
}
else {
buffer = NULL;
return 0;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment