diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/smux.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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]; }; |