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

Commit e394df7a authored by Abhishek Aggarwal's avatar Abhishek Aggarwal Committed by TheScarastic
Browse files

DnsResolver: Change socket name

parent f6029385
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -332,7 +332,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);