Skip to content

Commit e32fd47

Browse files
committed
Fix typo
1 parent 9b71216 commit e32fd47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dnscrypt-proxy/plugins.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,8 @@ func (pluginsState *PluginsState) ApplyResponsePlugins(
376376
break
377377
}
378378
}
379+
pluginsGlobals.RUnlock()
379380
}
380-
pluginsGlobals.RUnlock()
381381
packet2, err := msg.PackBuffer(packet)
382382
if err != nil {
383383
return packet, err

0 commit comments

Comments
 (0)