dwatch(1): Fix syntax error in vop_readdir profile
Reported by: Arne Ehrlich <ehrlich@consider-it.de> MFC after: 3 days X-MFC-to: stable/11 Sponsored by: Smule, Inc.
This commit is contained in:
parent
3098bcfc05
commit
2282756519
@ -163,6 +163,7 @@ $PROBE /this->fi_mount != 0/ /* probe ID $(( $ID + $MAX_DEPTH + 4 )) */
|
||||
this->path = strjoin(this->path, strjoin(this->name =
|
||||
(this->d_name != 0 ? this->d_name : ""),
|
||||
this->name != "" ? "/" : ""));
|
||||
}
|
||||
EOF
|
||||
ACTIONS=$( cat <&9 )
|
||||
ID=$(( $ID + $MAX_DEPTH + 5 ))
|
||||
|
Loading…
Reference in New Issue
Block a user