Removed an unneeded '{' that my tweaking should have removed.
authorWayne Davison <wayned@samba.org>
Sun, 30 May 2004 22:47:49 +0000 (22:47 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 30 May 2004 22:47:49 +0000 (22:47 +0000)
fname-convert.diff

index 0bfe920..6efc8f4 100644 (file)
@@ -518,7 +518,7 @@ autoconf and 'make proto'.
 +      struct timeval intended, before, after;
 +      int result;
 +
-+      if (timeout == NULL) {
++      if (timeout == NULL)
 +              return select(n, readfds, writefds, exceptfds, timeout);
 +
 +      intended = *timeout;