We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b716397 commit 73af41bCopy full SHA for 73af41b
hsflowd.spec
@@ -1,7 +1,7 @@
1
Summary: host sFlow daemon
2
Name: hsflowd
3
-Version: 2.0.47
4
-Release: 3
+Version: 2.0.48
+Release: 1
5
License: http://sflow.net/license.html
6
Group: Applications/Internet
7
URL: http://sflow.net
src/Linux/hsflowd.c
@@ -1872,8 +1872,6 @@ extern "C" {
1872
hooks.free_fn = my_free;
1873
cJSON_InitHooks(&hooks);
1874
1875
- myLog(LOG_INFO, "started");
1876
-
1877
// semaphore to protect structure of sFlow agent (sampler and poller lists
1878
// and XDR datagram encoding)
1879
sp->sync_agent = (pthread_mutex_t *)my_calloc(sizeof(pthread_mutex_t));
0 commit comments