Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibility
[gitweb.git]
/
transport.c
diff --git
a/transport.c
b/transport.c
index 8ad317bf32cf14ee1dee7c084d88a9ea57209da8..89d846e5c3d936739a13983728eaf97a1eb15932 100644
(file)
--- a/
transport.c
+++ b/
transport.c
@@
-1069,7
+1069,7
@@
int transport_fetch_refs(struct transport *transport, const struct ref *refs)
void transport_unlock_pack(struct transport *transport)
{
if (transport->pack_lockfile) {
- unlink(transport->pack_lockfile);
+ unlink
_or_warn
(transport->pack_lockfile);
free(transport->pack_lockfile);
transport->pack_lockfile = NULL;
}