summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Graf <tgr@plip.localdomain>2008-12-10 18:02:25 +0100
committerThomas Graf <tgr@plip.localdomain>2008-12-10 18:02:25 +0100
commitb624b9ed936f4c23bc4f30d8dce34da49775dd15 (patch)
tree247132c726ae64602404656c58a775c421d15f8c /tests
parent724dfa6d70943e0d4e3c8e54bff43050828a64d0 (diff)
downloadlibnl-b624b9ed936f4c23bc4f30d8dce34da49775dd15.tar.gz
Remove obsoleted struct nl_handle definition
Diffstat (limited to 'tests')
-rw-r--r--tests/test-socket-creation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-socket-creation.c b/tests/test-socket-creation.c
index 4066eef..a170ccd 100644
--- a/tests/test-socket-creation.c
+++ b/tests/test-socket-creation.c
@@ -2,7 +2,7 @@
int main(int argc, char *argv[])
{
- struct nl_handle *h[1025];
+ struct nl_sock *h[1025];
int i;
h[0] = nl_handle_alloc();