1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

examples/crackcheck: allow compilation with current builds

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>

Autobuild-User(master): Garming Sam <garming@samba.org>
Autobuild-Date(master): Fri May  6 08:32:52 CEST 2016 on sn-devel-144
This commit is contained in:
Garming Sam 2016-04-26 12:07:10 +12:00 committed by Garming Sam
parent 38e08d7174
commit f74f2e081e

View File

@ -86,7 +86,7 @@ int main(int argc, char **argv) {
char f[256];
char *dictionary = NULL;
char *password;
char *reply;
const char *reply;
while ( (c = getopt(argc, argv, "d:cs")) != EOF){
switch(c) {