diff options
| author | Louis Burda <quent.burda@gmail.com> | 2021-07-08 11:29:46 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2021-07-08 11:29:46 +0200 |
| commit | 14169f5bc456ec45a746ecd554adfa825a6e9f5a (patch) | |
| tree | 8110982aafd59dec563d8e46f64c72d08a51a476 /service/src/util.c | |
| parent | 1796e089187e177cda34159ec131000799698aee (diff) | |
| download | enowars5-service-stldoctor-14169f5bc456ec45a746ecd554adfa825a6e9f5a.tar.gz enowars5-service-stldoctor-14169f5bc456ec45a746ecd554adfa825a6e9f5a.zip | |
added script to host service locally on port for easier memory leak debugging and checking in/out/stderr, also made file locking / unlocking less racey
now flush locks after acquiring and before unlocking
Diffstat (limited to 'service/src/util.c')
| -rw-r--r-- | service/src/util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/service/src/util.c b/service/src/util.c index ba4f13f..c8274d8 100644 --- a/service/src/util.c +++ b/service/src/util.c @@ -138,4 +138,3 @@ strpfcmp(const char *prefix, const char *str) { return strncmp(prefix, str, strlen(prefix)); } - |
