diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2003-11-08 00:21:20 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2003-11-08 00:21:20 +0000 |
| commit | 8a4b86b9a43f4b68e15dd9b74cbebc613a24971a (patch) | |
| tree | 042b69116d781ff026223debada87c9ac90121a2 /sys/security | |
| parent | 7538a488f5cb36f27437c92a33b447c0f597e22a (diff) | |
Notes
Diffstat (limited to 'sys/security')
| -rw-r--r-- | sys/security/mac_lomac/mac_lomac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/security/mac_lomac/mac_lomac.c b/sys/security/mac_lomac/mac_lomac.c index 50a6f7b96e6ff..c6261bfd98e18 100644 --- a/sys/security/mac_lomac/mac_lomac.c +++ b/sys/security/mac_lomac/mac_lomac.c @@ -1,6 +1,6 @@ /*- * Copyright (c) 1999, 2000, 2001, 2002 Robert N. M. Watson - * Copyright (c) 2001, 2002 Networks Associates Technology, Inc. + * Copyright (c) 2001, 2002, 2003 Networks Associates Technology, Inc. * All rights reserved. * * This software was developed by Robert Watson for the TrustedBSD Project. @@ -717,7 +717,7 @@ mac_lomac_to_string(struct sbuf *sb, struct mac_lomac *mac_lomac) == -1) return (EINVAL); - if (sbuf_putc(sb, '-') == -1) + if (sbuf_putc(sb, ')') == -1) return (EINVAL); } |
