Skip to content
Snippets Groups Projects
Commit b6f2b9d3 authored by Sven Willner's avatar Sven Willner
Browse files

Fix wrong rename

parent c84b1a70
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ int borges_connect(const char *path, char filemode, stream_t *streamptr)
Warning("Reading from BORGES not implemented yet"); // TODO read from BORGES
return CDI_EINVAL;
}
int sock = borg_connect_int(path, filemode, streamptr);
int sock = borges_connect_int(path, filemode, streamptr);
return sock;
}
......
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