diff --git a/trunk/src/app/srs_app_config.cpp b/trunk/src/app/srs_app_config.cpp index a4106142a..df1ee94e3 100644 --- a/trunk/src/app/srs_app_config.cpp +++ b/trunk/src/app/srs_app_config.cpp @@ -291,7 +291,7 @@ int SrsConfDirective::read_token(SrsFileBuffer* buffer, std::vector& arg int ret = ERROR_SUCCESS; char* pstart = buffer->pos; - int startline = buffer->line; + int startline = 0; bool sharp_comment = false;