Skip to content

Instantly share code, notes, and snippets.

@hntrmrrs
Created January 13, 2009 11:18
Show Gist options
  • Save hntrmrrs/46410 to your computer and use it in GitHub Desktop.
Save hntrmrrs/46410 to your computer and use it in GitHub Desktop.
--- otp_src_R12B-5.orig/erts/emulator/drivers/common/inet_drv.c 2008-11-04 10:51:25.000000
+++ otp_src_R12B-5/erts/emulator/drivers/common/inet_drv.c 2008-11-21 12:28:47.000000
@@ -2003,7 +2003,7 @@
} else {
i = LOAD_INT(spec, i, uri->port);
}
- i = LOAD_STRING(spec, i, uri->s2_ptr, uri->s1_len);
+ i = LOAD_STRING(spec, i, uri->s2_ptr, uri->s2_len);
i = LOAD_TUPLE(spec, i, 5);
break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment