Fix an old copy and paste mistake in a C comment.

svn path=/trunk/; revision=41054
This commit is contained in:
Stephen Fisher 2012-02-17 18:20:28 +00:00
parent 7a52947075
commit c4fc49a2a2
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ dissect_exec(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
&& isprint_string(field_stringz)){
proto_tree_add_string(exec_tree, hf_exec_command, tvb, offset, length, (gchar*)field_stringz);
/* Store the username so we can display it in the
/* Store the command so we can display it in the
* info column of the entire conversation
*/
if(!hash_info->command){