diff --git a/checkin_notes b/checkin_notes index 170bca9ec8..73d0af9762 100644 --- a/checkin_notes +++ b/checkin_notes @@ -1435,3 +1435,10 @@ David 7 Mar 2011 client/ work_fetch.cpp + +David 8 Mar 2011 + - client: don't put CDATA around account manager opaque data + in request msg + + client/ + acct_mgr.cpp diff --git a/client/acct_mgr.cpp b/client/acct_mgr.cpp index 756e552f60..f05c1dd352 100644 --- a/client/acct_mgr.cpp +++ b/client/acct_mgr.cpp @@ -182,7 +182,7 @@ int ACCT_MGR_OP::do_rpc( gstate.host_info.write(mf, !config.suppress_net_info, true); if (strlen(gstate.acct_mgr_info.opaque)) { fprintf(f, - " \n\n" + " \n%s\n" " \n", gstate.acct_mgr_info.opaque ); diff --git a/doc/sim.php b/doc/sim.php new file mode 100644 index 0000000000..c114f14548 --- /dev/null +++ b/doc/sim.php @@ -0,0 +1,68 @@ +