1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-26 23:33:15 +03:00

r25113: fix compiler warning

metze
This commit is contained in:
Stefan Metzmacher
2007-09-12 09:26:57 +00:00
committed by Gerald (Jerry) Carter
parent c2b645c876
commit d0ada02532

View File

@@ -87,7 +87,7 @@ static int ejs_lpGet(MprVarHandle eid, int argc, char **argv)
if (argc < 1) return -1;
if (argc == 2) {
struct service *service;
struct loadparm_service *service;
/* its a share parameter */
service = lp_service(argv[0]);
if (service == NULL) {