From 054e853922b98984ed25b5482fb4f5cd4e5efdf5 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 28 Jan 2010 18:12:44 -0500 Subject: [PATCH] afsd missing close brace fallout from the open-by-path-only unification Change-Id: I06f6a7bbb45368b5ab8c336e93ffae11af6b3fac Reviewed-on: http://gerrit.openafs.org/1176 Reviewed-by: Simon Wilkinson Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/afsd/afsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afsd/afsd.c b/src/afsd/afsd.c index 67106ea..87f1615 100644 --- a/src/afsd/afsd.c +++ b/src/afsd/afsd.c @@ -2349,7 +2349,7 @@ mainproc(struct cmd_syndesc *as, void *arock) exit(1); #endif } - + } /*end for */ /* * All the necessary info has been passed into the kernel to run an AFS -- 1.9.4