summaryrefslogtreecommitdiffstats
path: root/mudp.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-08-28 20:52:19 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-11-14 22:12:07 +0100
commit6af422162fbc1c505526157ecf630e37694dbc7b (patch)
treeba21938ba4436767ca08998a3bc5512bd3187b7d /mudp.c
parentcc88a2695f4a54e27143efeae62de24fec8e26a1 (diff)
downloadopenvpn-6af422162fbc1c505526157ecf630e37694dbc7b.tar.gz
openvpn-6af422162fbc1c505526157ecf630e37694dbc7b.tar.xz
openvpn-6af422162fbc1c505526157ecf630e37694dbc7b.zip
Clean-up: Removing useless code - hash related functions
Removed even more function which where practically empty and took away some function arguments which were not used. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> Acked-by: James Yonan <james@openvpn.net>
Diffstat (limited to 'mudp.c')
-rw-r--r--mudp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mudp.c b/mudp.c
index 815ed1c..77468b2 100644
--- a/mudp.c
+++ b/mudp.c
@@ -51,7 +51,6 @@ multi_get_create_instance_udp (struct multi_context *m)
const uint32_t hv = hash_value (hash, &real);
struct hash_bucket *bucket = hash_bucket (hash, hv);
- hash_bucket_lock (bucket);
he = hash_lookup_fast (hash, bucket, &real, hv);
if (he)
@@ -81,8 +80,6 @@ multi_get_create_instance_udp (struct multi_context *m)
}
}
- hash_bucket_unlock (bucket);
-
#ifdef ENABLE_DEBUG
if (check_debug_level (D_MULTI_DEBUG))
{