(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 29 Mar 2011 20:51:17 +0000 (20:51 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 29 Mar 2011 20:51:17 +0000 (20:51 +0000)
src/transport/gnunet-service-transport.c

index 71faab685ab23f5697caa8bce8261f4e28b92f01..6bcd7864992c5a487ed6b1b88925c6a74a25f180 100644 (file)
@@ -5850,7 +5850,7 @@ static int ats_create_problem (int max_it, int max_dur )
                GNUNET_asprintf(&name, "q%i",c);
                glp_set_col_name(prob, c, name);
                GNUNET_free (name);
-               glp_set_col_name(prob, (2*c_mechs) + 3 +c, "q");
+               glp_set_col_name(prob, (2*c_mechs) + 3 +c, name);
                glp_set_obj_coef(prob, (2*c_mechs) + 3 +c, Q[c]);
        }