author | melunko |
Wed May 16 16:33:23 2007 +0100 (2007-05-16) | |
branch | trunk |
changeset 669 | fbda74f25b90 |
parent 668 | 7a6b3fa42278 |
child 670 | 85d9b58f86b0 |
1.1 --- a/gmyth/src/gmyth_file_transfer.c Wed May 16 16:13:16 2007 +0100 1.2 +++ b/gmyth/src/gmyth_file_transfer.c Wed May 16 16:33:23 2007 +0100 1.3 @@ -275,7 +275,7 @@ 1.4 g_object_set (GMYTH_FILE (transfer), "filename", filename, NULL); 1.5 1.6 /* configure the control socket */ 1.7 - if (priv->control_sock == NULL) 1.8 + if (TRUE/*priv->control_sock == NULL*/) 1.9 { 1.10 if (!_connect_to_backend (transfer)) 1.11 {