VirtualBox

Ignore:
Timestamp:
Dec 1, 2010 11:39:52 AM (14 years ago)
Author:
vboxsync
Message:

VRDPAuth -> VBoxAuth.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/auth/simple/VBoxAuthSimple.cpp

    r34558 r34563  
    2626#include <iprt/sha.h>
    2727
    28 #include <VBox/VRDPAuth.h>
     28#include <VBox/VBoxAuth.h>
    2929
    3030#include <VBox/com/com.h>
     
    3636
    3737/* If defined, debug messages will be written to the specified file. */
    38 //#define VRDPAUTH_DEBUG_FILE_NAME "/tmp/VRDPAuth.log"
     38//#define AUTH_DEBUG_FILE_NAME "/tmp/VBoxAuth.log"
    3939
    4040
    4141static void dprintf(const char *fmt, ...)
    4242{
    43 #ifdef VRDPAUTH_DEBUG_FILE_NAME
     43#ifdef AUTH_DEBUG_FILE_NAME
    4444    va_list va;
    4545
     
    5050    vsnprintf(buffer, sizeof(buffer), fmt, va);
    5151
    52     FILE *f = fopen(VRDPAUTH_DEBUG_FILE_NAME, "ab");
     52    FILE *f = fopen(AUTH_DEBUG_FILE_NAME, "ab");
    5353    if (f)
    5454    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette