summaryrefslogtreecommitdiff
path: root/lib/smux.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/smux.h')
-rw-r--r--lib/smux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/smux.h b/lib/smux.h
index 78460e68..b7d5096e 100644
--- a/lib/smux.h
+++ b/lib/smux.h
@@ -47,8 +47,7 @@
struct trap_object
{
- FindVarMethod *findVar;
- int namelen;
+ int namelen; /* Negative if the object is not indexed */
oid name[MAX_OID_LEN];
};