Changeset 5616

Add a commen explaining why "!" is not implemented in callweaver.c

Committed by:  mjagdis
Date:  Feb 05 2010 * 20:45 (6 months ago)

Affected files:

callweaver/trunk/corelib/callweaver.c (unified diff)

r5612r5616
10171017 CW_UNUSED(argc);
10181018 CW_UNUSED(argv);
10191019
1020 /* This doesn't do anything because shell escapes are handled on the
1021 * client side of the CLI. The client is not allowed to connect and
1022 * then shell out on to the server.
1023 * The only reason the server knows anything about the "!" command
1024 * is for the sake of help and completion.
1025 */
10201026 return RESULT_SUCCESS;
10211027 }
10221028