~james-page/ubuntu/saucy/openvswitch/1.12-snapshot

« back to all changes in this revision

Viewing changes to lib/unixctl.c

  • Committer: James Page
  • Date: 2013-08-21 10:16:57 UTC
  • mfrom: (1.1.20)
  • Revision ID: james.page@canonical.com-20130821101657-3o0z0qeiv5zkwlzi
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
}
169
169
 
170
170
/* Replies to the active unixctl connection 'conn'. 'error' is sent to the
171
 
 * client indicating an error occured processing the command.  Only one call to
 
171
 * client indicating an error occurred processing the command.  Only one call to
172
172
 * unixctl_command_reply() or unixctl_command_reply_error() may be made per
173
173
 * request. */
174
174
void
358
358
        } else {
359
359
            VLOG_WARN_RL(&rl, "%s: accept failed: %s",
360
360
                         pstream_get_name(server->listener),
361
 
                         strerror(error));
 
361
                         ovs_strerror(error));
362
362
        }
363
363
    }
364
364