We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Fix a bug caused by a typo.
Hongli Lai (Phusion) (author)
Wed Apr 30 14:38:58 -0700 2008
commit  303e1b9e97d324c19f4593502758f8dd974a6a1d
tree    6053b31aac4292cf0460e23846c294347d4f3278
parent  52cf0c496435270dbc3a34ebdd50243d93d8448c
...
256
257
258
259
260
261
262
...
256
257
258
 
259
260
261
0
@@ -256,7 +256,6 @@ public:
0
    * @see readFileDescriptor()
0
    */
0
   void writeFileDescriptor(int fileDescriptor) {
0
- int fd;
0
     struct msghdr msg;
0
     struct iovec vec;
0
     char dummy[1];
...
40
41
42
43
44
45
46
...
40
41
42
 
43
44
45
0
@@ -40,7 +40,6 @@ static VALUE mNativeSupport;
0
  */
0
 static VALUE
0
 send_fd(VALUE self, VALUE socket_fd, VALUE fd_to_send) {
0
- int fd;
0
   struct msghdr msg;
0
   struct iovec vec;
0
   char dummy[1];

Comments

    No one has commented yet.