aboutsummaryrefslogtreecommitdiff
path: root/include/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/auth.h')
-rw-r--r--include/auth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/auth.h b/include/auth.h
index d03d2607..77f40d66 100644
--- a/include/auth.h
+++ b/include/auth.h
@@ -40,7 +40,7 @@ enum
ARrpcfailure,
ARphase,
- AuthRpcMax = 4096,
+ AuthRpcMax = 4096
};
struct AuthRpc
@@ -108,7 +108,7 @@ typedef struct Attr Attr;
enum {
AttrNameval, /* name=val -- when matching, must have name=val */
AttrQuery, /* name? -- when matching, must be present */
- AttrDefault, /* name:=val -- when matching, if present must match INTERNAL */
+ AttrDefault /* name:=val -- when matching, if present must match INTERNAL */
};
struct Attr
{