OSDN Git Service

Move crypt commands to a different listener in vold
[android-x86/system-extras.git] / ext4_utils / ext4_crypt_init_extensions.cpp
index cae1f7f..7ae076a 100644 (file)
@@ -26,7 +26,7 @@ static std::string vold_command(std::string const& command)
     int sock = -1;
 
     while (true) {
-        sock = socket_local_client("vold",
+        sock = socket_local_client("cryptd",
                                    ANDROID_SOCKET_NAMESPACE_RESERVED,
                                    SOCK_STREAM);
         if (sock >= 0) {