remove key initialize in i386 2.0alpha master 2.0_alpha submit/master/20120920.151038
authorJaeho Lee <jaeho81.lee@samsung.com>
Tue, 11 Sep 2012 09:31:05 +0000 (18:31 +0900)
committerJaeho Lee <jaeho81.lee@samsung.com>
Tue, 11 Sep 2012 09:31:05 +0000 (18:31 +0900)
test/ac_daemon.c

index d826765..7ef5121 100755 (executable)
@@ -470,7 +470,9 @@ static int __initialize()
                return AC_R_ERROR;
        }
 
+#ifndef __i386__
        __ac_key_initailize();
+#endif
 
        return AC_R_OK;
 }