summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorRich Fought <Rich.Fought@watchguard.com>2012-10-10 20:08:23 (GMT)
committerRich Fought <Rich.Fought@watchguard.com>2012-10-10 20:08:23 (GMT)
commit416459570ff8e714c9e072e42984db7f6ba8b977 (patch)
tree31ea1e4047c9c48562f3d11e9c109889434b5e8f /src/lib
parent547c8f6d50c762d1089785e123bb15e479fe354a (diff)
downloadlibnl-416459570ff8e714c9e072e42984db7f6ba8b977.zip
libnl-416459570ff8e714c9e072e42984db7f6ba8b977.tar.gz
libnl-416459570ff8e714c9e072e42984db7f6ba8b977.tar.bz2
Bugfixes
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/exp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/exp.c b/src/lib/exp.c
index 82820f9..7cebacc 100644
--- a/src/lib/exp.c
+++ b/src/lib/exp.c
@@ -61,7 +61,6 @@ void nl_cli_exp_parse_id(struct nfnl_exp *exp, char *arg)
void nl_cli_exp_parse_helper_name(struct nfnl_exp *exp, char *arg)
{
- int err;
nfnl_exp_set_helper_name(exp, arg);
}