Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 660a5508 authored by Abhishek Aggarwal's avatar Abhishek Aggarwal Committed by Nishith Khanna
Browse files

DnsResolver: Change socket name

parent a7c1b1ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -319,7 +319,7 @@ int shouldBlockRequest(const char* hostname, int uid){
	}
	LOG(DEBUG) << "Socket: created";

        char const* name = "foundation.e.privacy";
        char const* name = "foundation.e.advancedprivacy";
        int nameLen = strlen(name);
        server.sun_path[0] = '\0'; /* abstract namespace */
        strncpy(server.sun_path + 1, name, nameLen);