remove key initialize in i386
[framework/appfw/aul-1.git] / 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;
 }