[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 2/3] libxl: localtime(3) can return NULL
Wei Liu writes ("[PATCH v4 2/3] libxl: localtime(3) can return NULL"): > Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> > tm = localtime(&t); > + if (!tm) { > + LOG(ERROR, "Failed to call localtime"); localtime sets errno if it fails. So you mean LOGE. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |