X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fcollectors.c;h=14572db9c73c686869c5894770a58e73e570f40f;hb=aad12c5f8f6a15681c525d552bd76afd46a1c08b;hp=bd3e89b19ac21a751eb092486e6420f823e7836f;hpb=81e2083fe6b7c16055f01c4b1e40f25867594bf6;p=sliver-openvswitch.git diff --git a/ofproto/collectors.c b/ofproto/collectors.c index bd3e89b19..14572db9c 100644 --- a/ofproto/collectors.c +++ b/ofproto/collectors.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks. + * Copyright (c) 2008, 2009, 2010, 2011 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -63,7 +63,7 @@ collectors_create(const struct sset *targets, uint16_t default_port, int error; int fd; - error = inet_open_active(SOCK_DGRAM, name, default_port, NULL, &fd); + error = inet_open_active(SOCK_DGRAM, name, default_port, NULL, &fd, 0); if (fd >= 0) { c->fds[c->n_fds++] = fd; } else {