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:
committed by
Gerald (Jerry) Carter
parent
c2b645c876
commit
d0ada02532
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user