1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Attempt to fix the build

This commit is contained in:
Volker Lendecke 2009-07-14 21:28:13 +02:00
parent 749a508749
commit b134d4bc4a

View File

@ -8729,28 +8729,6 @@ static int process_usershare_file(const char *dir_name, const char *file_name, i
return iService;
}
/***************************************************************************
Am I a usershare service?
***************************************************************************/
bool am_usershare(int iService)
{
if (iService >= 0) {
return (ServicePtrs[iService]->usershare == USERSHARE_VALID);
}
return false;
}
/***************************************************************************
Am I a usershare service?
***************************************************************************/
bool am_usershare(int iService)
{
if (iService >= 0) {
return (ServicePtrs[iService]->usershare == USERSHARE_VALID);
}
return false;
}
/***************************************************************************
Checks if a usershare entry has been modified since last load.
***************************************************************************/