Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/include/control.global.class.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2488 by niro, Tue Sep 8 08:35:57 2015 UTC revision 2489 by niro, Thu Sep 10 13:21:56 2015 UTC
# Line 31  control_client() Line 31  control_client()
31   fi   fi
32    
33   SSLSAY_PORT="6666"   SSLSAY_PORT="6666"
34   nsslsay_fingerprint "${command}"   case "${command}" in
35     run-queue) nsslsay_queue_run_fingerprint ;;
36     *) nsslsay_fingerprint "${command}" ;;
37     esac
38  }  }

Legend:
Removed from v.2488  
changed lines
  Added in v.2489