mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r14166: Fix const warning.
Jeremy.
This commit is contained in:
parent
6b52423033
commit
2ec461ae58
@ -83,7 +83,7 @@ static struct option longopts[] = {
|
||||
{ NULL, 0, NULL, 0 }
|
||||
};
|
||||
|
||||
char * thisprogram;
|
||||
const char * thisprogram;
|
||||
int verboseflg = 0;
|
||||
|
||||
static void umount_cifs_usage(void)
|
||||
|
Loading…
Reference in New Issue
Block a user