dns_one 0.4.63 → 0.4.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa014ca733029ef9e49e71451ac93b0d8a235155
4
- data.tar.gz: a9b8a83b5e734f9a9a45735d3fe3ae14fa344962
3
+ metadata.gz: 430d52bf23c1e008386cdf56c04179f2d667fb7a
4
+ data.tar.gz: c6348a7cc9178deae343861f59b8c379eb82fb28
5
5
  SHA512:
6
- metadata.gz: 7e6903cb7326a654bf59f056309f18ca55b070ba942549ac3efb200f36f0a4c94dde0a16d297f01c7b2d1fc1cf06ed3d1492b7d8d3d06bc3188fb909166c748b
7
- data.tar.gz: 4efd70b798c88adb71f37e55050fdeb7fe1c92030cd27046aa18b7359627d92b8242e7bcde3078e396a5aa5a8c2a95ec519194355f11c304a0647e46ead9214e
6
+ metadata.gz: 8b11034a1dc022cae9da7e90a2f703f3a3f27c68c3cbe307c364d16c264dfaa1b795e7bcc232058aadcebabe95ceea28e70545389578d85795a83b3916bddd8a
7
+ data.tar.gz: 606824366e6682fcec163f1a705a9143ef38483f13438ca3238827aca1b5c20ded8ff4479c1e0c560e4df58cf1929e97088848ffc8d76b6486eeea2a849b55da
@@ -21,7 +21,6 @@ module DnsOne; class Server
21
21
  if conf[:log_result_socket]
22
22
  @log_result = {}
23
23
  @log_result_mutex = Mutex.new
24
- launch_log_result_socket
25
24
  end
26
25
  end
27
26
 
@@ -44,6 +43,9 @@ module DnsOne; class Server
44
43
  stat = Stat.new if !stat
45
44
  end
46
45
  Log.i "Running as #{RExec.current_user}"
46
+ if conf[:log_result_socket]
47
+ launch_log_result_socket
48
+ end
47
49
  end
48
50
 
49
51
  match(/(.+)/) do |t| # transaction
@@ -1,3 +1,3 @@
1
1
  module DnsOne
2
- VERSION = "0.4.63"
2
+ VERSION = "0.4.64"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dns_one
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.63
4
+ version: 0.4.64
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Lobato