NIC.CheckParameterSyntax: fix bridged check
authorGuido Trotter <ultrotter@google.com>
Thu, 12 Nov 2009 17:08:25 +0000 (17:08 +0000)
committerGuido Trotter <ultrotter@google.com>
Thu, 12 Nov 2009 17:29:13 +0000 (17:29 +0000)
commit0c9d32c10546031c76853c3caa35a2cb562ef526
treeb27dafdb290d5385a9bb9068392aab3e3dbec8ce
parentbeabf06714d9170e96a1fa49824d4be38decae3c
NIC.CheckParameterSyntax: fix bridged check

We should match for the strings to be the same "==" not to point to the
same memory location with is, or we skip the actual check.

Signed-off-by: Guido Trotter <ultrotter@google.com>
lib/objects.py