]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
Refresh of daemonize
authorsean.hefty@intel.com <sean.hefty@intel.com>
Tue, 3 Apr 2012 00:26:15 +0000 (17:26 -0700)
committerSean Hefty <sean.hefty@intel.com>
Tue, 3 Apr 2012 00:26:15 +0000 (17:26 -0700)
src/acm.c

index 79b0976b6efed7daf11dc73689c297653b8ea904..82436e61f26d1621a9a588319fadc62ecf89800e 100644 (file)
--- a/src/acm.c
+++ b/src/acm.c
@@ -205,7 +205,7 @@ static atomic_t counter[ACM_MAX_COUNTER];
 /*
  * Service options - may be set through acm_opts file.
  */
-static char *acme = BINDIR "/ib_acme -A"
+static char *acme = BINDIR "/ib_acme -A";
 static char *opts_file = SYSCONFDIR "/" ACM_OPTS_FILE;
 static char *addr_file = SYSCONFDIR "/" ACM_ADDR_FILE;
 static char log_file[128] = "/var/log/ibacm.log";