getcifsacl: remove unneeded openlog() call
authorJeff Layton <jlayton@samba.org>
Fri, 7 Dec 2012 13:39:16 +0000 (08:39 -0500)
committerJeff Layton <jlayton@samba.org>
Fri, 7 Dec 2012 13:39:16 +0000 (08:39 -0500)
commitfac79a1425a1474f0daf0795900d227307ec5db3
treec400531e6f477e76726bd20219dc3f97d9189b3f
parent53894f4e2cb4d15fedf0612e9a4bd47a537284b3
getcifsacl: remove unneeded openlog() call

getcifsacl doesn't log to syslog, so there's no need to open a channel
to it. Also, remove the unneeded "prog" global variable since only
the usage() function needs it.

Signed-off-by: Jeff Layton <jlayton@samba.org>
getcifsacl.c