]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
Refresh of addrtype
authorSean Hefty <sean.hefty@intel.com>
Wed, 29 Aug 2012 22:59:29 +0000 (15:59 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 29 Aug 2012 22:59:29 +0000 (15:59 -0700)
examples/cmatose.c

index 8d11f332474351dcc97b995e60ec48a1584ade8f..ec3a4cea3a49f9cb2b646f0d72628464719253fa 100644 (file)
@@ -640,7 +640,7 @@ int main(int argc, char **argv)
 {
        int op, ret;
 
-       while ((op = getopt(argc, argv, "s:b:c:C:S:t:p:m")) != -1) {
+       while ((op = getopt(argc, argv, "s:b:f:c:C:S:t:p:m")) != -1) {
                switch (op) {
                case 's':
                        dst_addr = optarg;