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:
parent
749a508749
commit
b134d4bc4a
@ -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.
|
||||
***************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user