qualifier name in session_enum was being assumed to exist. if NULL, the
authorLuke Leighton <lkcl@samba.org>
Thu, 24 Sep 1998 20:19:31 +0000 (20:19 +0000)
committerLuke Leighton <lkcl@samba.org>
Thu, 24 Sep 1998 20:19:31 +0000 (20:19 +0000)
commit203a97e39e7ae7e5511f74dffea0778e7fa6db07
tree6dc4d423df4bb19bc2b3493ff3dfda56e9eec46b
parent7776002218232c3ea0140d91c6033b7f9c6d3050
qualifier name in session_enum was being assumed to exist.  if NULL, the
name should not be read.  file_enum and connection_enum didn't do this:
wonder why only session_enum had this bug?
source/rpc_parse/parse_srv.c