]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix typo in rev.14015
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 13 Apr 2015 14:11:16 +0000 (07:11 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 13 Apr 2015 14:11:16 +0000 (07:11 -0700)
src/ssl/certificate_db.cc

index 75e9e127ca4b02b73040c41f720b680508161ad9..175243ce56d7d3bc8e7d59c59e0bdaec9bb2b7b6 100644 (file)
@@ -78,7 +78,7 @@ void Ssl::Lock::unlock()
 #if _SQUID_SOLARIS_
         lockf(fd, F_ULOCK, 0);
 #else
-        flock(fd, ULOCK_UN);
+        flock(fd, LOCK_UN);
 #endif
         close(fd);
         fd = -1;