Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #1715

Closed (moved)
Open
Opened Jul 20, 2010 by Trac@tracbot

Remove old unused win code.

After 8d31141ccbdbeee9589d04ea99819af7aa35193b no more chance for non WinNT platforms. Moreover no was chances for dns stuff. Guess CE have more Tor users than 9x/Me. --- eventdns.c.was Tue May 25 04:57:58 2010 +++ eventdns.c Tue Jul 20 13:00:56 2010 @@ -3227,7 +3227,6 @@ }

#define SERVICES_KEY L"System\CurrentControlSet\Services\" -#define WIN_NS_9X_KEY SERVICES_KEY L"VxD\MSTCP" #define WIN_NS_NT_KEY SERVICES_KEY L"Tcpip\Parameters"

static int @@ -3269,16 +3268,6 @@ TRY(interfaces_key, "DhcpNameServer"); RegCloseKey(interfaces_key); RegCloseKey(nt_key);

  • } else {

  •   HKEY win_key = 0;
  •   if (RegOpenKeyExW(HKEY_LOCAL_MACHINE, WIN_NS_9X_KEY, 0,
  •   				 KEY_READ, &win_key) != ERROR_SUCCESS) {
  •   	log(EVDNS_LOG_DEBUG, "Couldn't open registry key, %d", (int)GetLastError());
  •   	return -1;
  •   }
  •   TRY(win_key, "NameServer");
  •   RegCloseKey(win_key);
  • }

    if (found == 0) { log(EVDNS_LOG_WARN,"Didn't find any nameservers.");

Amen.

Trac:
Username: mingw-san

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#1715