summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaeho Lee <jaeho81.lee@samsung.com>2012-09-11 18:31:05 +0900
committerJaeho Lee <jaeho81.lee@samsung.com>2012-09-11 18:31:05 +0900
commitc60f9f4ba93cc4229f81d02f4ecf9b4825a6acb7 (patch)
tree80bed2b2e42ca752b605fa9acf46914bf07c8283
parentb9431bc9107d322c408bb566ea86abc405fccdc1 (diff)
downloadaul-1-2.0_alpha.tar.gz
aul-1-2.0_alpha.tar.bz2
aul-1-2.0_alpha.zip
-rwxr-xr-xtest/ac_daemon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ac_daemon.c b/test/ac_daemon.c
index d8267650..7ef51212 100755
--- a/test/ac_daemon.c
+++ b/test/ac_daemon.c
@@ -470,7 +470,9 @@ static int __initialize()
return AC_R_ERROR;
}
+#ifndef __i386__
__ac_key_initailize();
+#endif
return AC_R_OK;
}