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

Free popt context after argument parsing.

(This used to be commit f287f62962)
This commit is contained in:
Tim Potter 2002-04-04 04:29:09 +00:00
parent 18d011d736
commit 29e67cad05

View File

@ -708,6 +708,8 @@ static void usage(void)
}
}
poptFreeContext(pc);
/* the following functions are part of the Samba debugging
facilities. See lib/debug.c */
setup_logging("rpcclient", interactive);