X-Git-Url: https://git.saurik.com/apple/configd.git/blobdiff_plain/17d3ee29fb04fcc79d3be0b9d5c7bcb377cfc610..78403150fdf95618c483be7dbe6bca9459b92a9f:/SystemConfiguration.fproj/SCDList.c diff --git a/SystemConfiguration.fproj/SCDList.c b/SystemConfiguration.fproj/SCDList.c index f77c219..154c935 100644 --- a/SystemConfiguration.fproj/SCDList.c +++ b/SystemConfiguration.fproj/SCDList.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2005, 2009-2011 Apple Inc. All rights reserved. + * Copyright (c) 2000-2005, 2009-2011, 2013 Apple Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -78,7 +78,7 @@ SCDynamicStoreCopyKeyList(SCDynamicStoreRef store, CFStringRef pattern) /* send the pattern & fetch the associated data from the server */ status = configlist(storePrivate->server, myPatternRef, - myPatternLen, + (mach_msg_type_number_t)myPatternLen, TRUE, /* isRegex == TRUE */ &xmlDataRef, &xmlDataLen,