diff options
author | Jaeho Lee <jaeho81.lee@samsung.com> | 2012-09-11 18:31:05 +0900 |
---|---|---|
committer | Jaeho Lee <jaeho81.lee@samsung.com> | 2012-09-11 18:31:05 +0900 |
commit | c60f9f4ba93cc4229f81d02f4ecf9b4825a6acb7 (patch) | |
tree | 80bed2b2e42ca752b605fa9acf46914bf07c8283 | |
parent | b9431bc9107d322c408bb566ea86abc405fccdc1 (diff) | |
download | aul-1-2.0_alpha.tar.gz aul-1-2.0_alpha.tar.bz2 aul-1-2.0_alpha.zip |
remove key initialize in i386submit/tizen/20130517.015325submit/master/20120920.151038accepted/tizen/20130520.1027092.0_alphamaster2.0alpha
-rwxr-xr-x | test/ac_daemon.c | 2 |
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; } |