1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

Fix the developer O3 build

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>

Autobuild-User(master): Alexander Bokovoy <ab@samba.org>
Autobuild-Date(master): Wed Feb 25 16:32:29 CET 2015 on sn-devel-104
This commit is contained in:
Volker Lendecke
2015-02-25 12:19:44 +00:00
committed by Alexander Bokovoy
parent b72cc326f6
commit a99a5a34a5
23 changed files with 38 additions and 34 deletions

View File

@ -21,7 +21,7 @@ enum acl_mode
int main(int argc, const char *argv[])
{
int opt;
int flags;
int flags = 0;
int debug = 0;
int numeric = 0;
int stat_and_retry = 0;