parent
c4c2883c61
commit
31f294e417
|
@ -1 +1 @@
|
|||
Wed Mar 6 12:57:17 CST 2013
|
||||
Wed Apr 24 12:10:37 CDT 2013
|
||||
|
|
|
@ -609,7 +609,7 @@ int localinfo4(su_localinfo_t const *hints, su_localinfo_t **rresult)
|
|||
ifc.ifc_len = numifs * sizeof (struct ifreq);
|
||||
buffer = malloc(sizeof(su_localinfo_t) + ifc.ifc_len + su_xtra);
|
||||
if (!buffer) {
|
||||
SU_DEBUG_1(("su_localinfo: memory exhausted\n"));
|
||||
SU_DEBUG_1(("su_localinfo: memory exhausted\n" VA_NONE));
|
||||
error = ELI_MEMORY;
|
||||
goto err;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue