# The form data below was edited by norman_morse # Perforce Workshop Jobs # # Job: The job name. 'new' generates a sequenced job number. # Status: Job status; [open/closed/suspended]. Required # Project: The project this job is for. Required. # Severity: [A/B/C] (A is highest) Required. # ReportedBy The user who created the job. Can be changed. # ReportedDate: The date the job was created. Automatic. # ModifiedBy: The user who last modified this job. Automatic. # ModifiedDate: The date this job was last modified. Automatic. # OwnedBy: The owner, responsible for doing the job. Optional. # Description: Description of the job. Required. # DevNotes: Developer's comments. Optional. # Type: Type of job; [Bug/Feature]. Required. Job: job000319 Status: closed Project: perforce-software-p4connect Severity: A ReportedBy: bananaboy ReportedDate: 2015/07/22 22:51:33 ModifiedBy: norman_morse ModifiedDate: 2016/03/15 17:36:09 OwnedBy: norman_morse Description: Extra ReleaseConnection call in connect_and_trust_int in P4BridgeServer.cpp causes an access violation because GetServerProtocols already released the connection (since they share the same id). This causes P4API.NET's TrustAndConnect to fail. DevNotes: Type: Bug