summaryrefslogtreecommitdiffstats
path: root/source/libgpo
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-01-08 16:57:34 +0000
committerJeremy Allison <jra@samba.org>2007-01-08 16:57:34 +0000
commit2823719107ab91e7dc7a619b8f751e0f574c9395 (patch)
tree8c6cd3d70d97b97c896d0de40fb17a266b7f89a6 /source/libgpo
parent6874df994a64d4700cbfa0b17f1c2f6bd2f35938 (diff)
downloadsamba-2823719107ab91e7dc7a619b8f751e0f574c9395.tar.gz
samba-2823719107ab91e7dc7a619b8f751e0f574c9395.tar.xz
samba-2823719107ab91e7dc7a619b8f751e0f574c9395.zip
r20615: Janitor for vl.... Please ensure all obvious fixes
go in both branches. Jeremy.
Diffstat (limited to 'source/libgpo')
-rw-r--r--source/libgpo/gpo_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libgpo/gpo_util.c b/source/libgpo/gpo_util.c
index bd11becad03..9c74fc6a73a 100644
--- a/source/libgpo/gpo_util.c
+++ b/source/libgpo/gpo_util.c
@@ -267,7 +267,7 @@ void dump_gpo(TALLOC_CTX *mem_ctx, struct GROUP_POLICY_OBJECT *gpo, int debuglev
}
dump_gp_ext(&gp_ext, lvl);
}
-};
+}
void dump_gplink(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, struct GP_LINK *gp_link)
{