diff --git a/mozilla/profile/Acct/dialshr.cpp b/mozilla/profile/Acct/dialshr.cpp index 0c79e078349..f5755e18de7 100644 --- a/mozilla/profile/Acct/dialshr.cpp +++ b/mozilla/profile/Acct/dialshr.cpp @@ -3381,7 +3381,7 @@ static short createDialerShortcut( char* szDesktop, // Desktop path DWORD size = stRASENTRYNAME * MAX_PATH; DWORD entries; - if ( 0 != RasEnumEntries( NULL, pbPath, rasEntryName, &size, &entries ) ) + if ( 0 != (*m_lpfnRasEnumEntries)( NULL, pbPath, rasEntryName, &size, &entries ) ) return -4; BOOL exists = FALSE;