Stupidest bug in history.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 19 Jun 2008 19:12:02 +0000 (19:12 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 19 Jun 2008 19:12:02 +0000 (19:12 +0000)
commitb5b4493ac44d8a0400d2a1425833742689f84cad
treeb137e30f6b48f6ff4449c6766c646fd7af92e403
parentd0c2a09d80d6ec58aeae791f11fa555f40c41f81
Stupidest bug in history.

rstrip is a character oriented function, that nukes all characters in the
argument, therefore, an attribute named "comon_exec.acl" will strip all the
right most, 'a', 'c', 'l', and '.' characters.  The result is 'comon_exe' b/c
of the trailing 'c'.

Ugg.
vsys.py