1 Jul 10:42
Re: Announcement: Midgard 1.5.0 "Biergarten" released
Hi ,
pageresolve.h
25 #if HAVE_MIDGARD_PAGE_OWNER
26 int owner;
27 #endif /* HAVE_MIDGARD_PAGE_OWNER */
pageresolve.c
339 #if HAVE_MIDGARD_MULTILANG
340 result->owner = atol(mgd_colvalue(res, 4));
341 #endif /* HAVE_MIDGARD_MULTILANG */
Shouldn't it be
339 #if HAVE_MIDGARD_PAGE_OWNER
340 result->owner = atol(mgd_colvalue(res, 4));
341 #endif /* HAVE_MIDGARD_PAGE_OWNER */
?????
Someone compiled that from latest release?
Does that feature require page table altering?
Piotras
RSS Feed