summaryrefslogtreecommitdiffstats
path: root/lib/error.c
diff options
context:
space:
mode:
authorThomas Graf <tgr@lsx.(none)>2010-07-02 14:06:59 +0200
committerThomas Graf <tgr@lsx.(none)>2010-07-02 14:06:59 +0200
commitdb5bd57899affbcaf42ac0b93c5c7be8f51ca390 (patch)
treeca9e9cc76aad8662a7ac4005f7807ae6d476e3c7 /lib/error.c
parentd378220c96c3c8b6f27dca33e7d8ba03318f9c2d (diff)
downloadandroid_external_libnl-db5bd57899affbcaf42ac0b93c5c7be8f51ca390.tar.gz
android_external_libnl-db5bd57899affbcaf42ac0b93c5c7be8f51ca390.tar.bz2
android_external_libnl-db5bd57899affbcaf42ac0b93c5c7be8f51ca390.zip
Packet Location Interface
Diffstat (limited to 'lib/error.c')
-rw-r--r--lib/error.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/error.c b/lib/error.c
index b94a235..9a9fac7 100644
--- a/lib/error.c
+++ b/lib/error.c
@@ -42,6 +42,7 @@ static const char *errmsg[NLE_MAX+1] = {
[NLE_PROTO_MISMATCH] = "Protocol mismatch",
[NLE_NOACCESS] = "No Access",
[NLE_PERM] = "Operation not permitted",
+[NLE_PKTLOC_FILE] = "Unable to open packet location file",
};
/**