> + /* Rename or link it to the ocrrect name. */
> + if (overwrite_pidfile) {
> + if (rename(tmpfile, pidfile) < 0) {
> + VLOG_FATAL("failed to rename \"%s\" to \"%s\" (%s)",
> + tmpfile, pidfile, strerror(errno));
> + }typo in the comment. Looks Good. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
